1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 14:56:14 +01:00
github.com_openSUSE_osc/osc
Marcus Huewe eed18c6a2e Initialize Request.creator with the empty string instead of None
Old obs versions have no creator attribute. In this case, string
formatting operations will fail if the "creator" attribute is
initialized with None (affects some codepaths).
An alternative would be to officially resurrect the deprecated
"Request.get_creator" method, which could return something like
"unknown" if no creator information is present.

This is a follow-up fix for the commits d68507f and 7d54b5c.
2017-05-04 20:49:35 +02:00
..
util Support arm packages in pkg-prefer 2016-08-08 10:35:14 +02:00
__init__.py add vim mode lines to avoid evil tab characters :-) 2010-02-25 09:53:45 +01:00
.gitignore convert svn:ignore to gitignore 2009-12-03 19:19:53 +01:00
babysitter.py Fix URLGrabError exception handling. 2017-01-17 23:27:08 +00:00
build.py allow to pass any option to the build command 2017-04-19 15:33:08 +02:00
checker.py Resolve PEP8 issue W291 2014-08-12 15:01:16 +02:00
cmdln.py Added readline support to cmdln-module. 2015-01-09 13:33:31 +01:00
commandline.py Merge branch 'buildopt' of https://github.com/bmwiedemann/osc 2017-04-26 00:24:48 +02:00
conf.py Backport a fix from Python 2.7 upstream for urllib2. 2016-11-22 11:13:24 +02:00
core.py Initialize Request.creator with the empty string instead of None 2017-05-04 20:49:35 +02:00
fetch.py fetch.py: reworded Fetcher.failureReport message a bit 2016-02-05 11:28:47 +01:00
meter.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
OscConfigParser.py - OscConfigParser: added "proper" parameter to the has_option method 2014-06-04 15:29:50 +02:00
oscerr.py Fix "args" handling in class PackageNotInstalled 2016-09-09 13:14:35 +02:00
oscssl.py Fix SSL.Connection instantiation in case of an old M2Crypto 2017-03-09 13:34:17 +01:00
oscsslexcp.py - remove shebang line to make rpmlint happy 2010-03-21 22:57:06 +01:00