1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-12 23:56:13 +01:00
github.com_openSUSE_osc/osc
Miroslav Suchý 12ffb4e3c4 correctly refer to exception
this is left-over from 87d354e1a0

Addressing:
Traceback (most recent call last):
  File "/usr/bin/osc", line 26, in <module>
    r = babysitter.run(osccli)
  File "/usr/lib/python2.7/site-packages/osc/babysitter.py", line 60, in run
    return prg.main()
  File "/usr/lib/python2.7/site-packages/osc/cmdln.py", line 335, in main
    self.postoptparse()
  File "/usr/lib/python2.7/site-packages/osc/commandline.py", line 136, in postoptparse
    override_verbose = self.options.verbose)
  File "/usr/lib/python2.7/site-packages/osc/conf.py", line 873, in get_config
    add_section(conffile, url, user, passwordx)
  File "/usr/lib/python2.7/site-packages/osc/conf.py", line 712, in add_section
    except OscConfigParser.ConfigParser.DuplicateSectionError:
AttributeError: class OscConfigParser has no attribute 'ConfigParser'
2013-07-17 10:22:29 +02:00
..
util util/archquery.py: remove unnecessary semicolon 2013-05-27 14:30:08 +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 - babysitter: print out headers in case of status 5XX 2013-05-02 22:33:04 +02:00
build.py - support for kiwi appliance builds using obsrepositories:/ directive 2013-07-04 16:41:59 +02:00
checker.py - checker.check: always close fd 2013-07-04 14:24:29 +02:00
cmdln.py cmdln.py: fix reimport of 're' 2013-05-27 14:13:19 +02:00
commandline.py - add support for manual release of sources with binaries (FATE #315250) 2013-07-08 15:59:14 +02:00
conf.py correctly refer to exception 2013-07-17 10:22:29 +02:00
core.py - fixed "get_prj_results(...)" when calling with status_filter='U' 2013-07-04 22:15:14 +02:00
fetch.py fetch.py: fix "More than one statement on a single line" 2013-05-27 14:58:15 +02:00
meter.py python3 compatibility: print function 2013-04-16 10:51:41 +02:00
OscConfigParser.py OscConfigParser.py: silence pylint false positive E0702 2013-05-27 15:20:56 +02:00
oscerr.py - handle errors of source service runs 2011-05-24 10:49:08 +02:00
oscssl.py - oscssl.verify_certificate: also print cert info if http_debug is set 2013-06-15 08:53:26 +02:00
oscsslexcp.py - remove shebang line to make rpmlint happy 2010-03-21 22:57:06 +01:00