mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 06:46:15 +01:00
f2474fa7f0
Fixes the following error: ``` % osc Traceback (most recent call last): File "/usr/bin/osc", line 45, in <module> r = babysitter.run(osccli) File "/usr/lib/python3.10/site-packages/osc/babysitter.py", line 67, in run return prg.main(argv) File "/usr/lib/python3.10/site-packages/osc/cmdln.py", line 341, in main self.postoptparse() File "/usr/lib/python3.10/site-packages/osc/commandline.py", line 137, in postoptparse if self._get_canonical_cmd_name(self.args[0]) == "help": IndexError: list index out of range ``` |
||
---|---|---|
.. | ||
util | ||
__init__.py | ||
.gitignore | ||
babysitter.py | ||
build.py | ||
checker.py | ||
cmdln.py | ||
commandline.py | ||
conf.py | ||
core.py | ||
credentials.py | ||
fetch.py | ||
grabber.py | ||
meter.py | ||
OscConfigParser.py | ||
oscerr.py | ||
oscssl.py | ||
oscsslexcp.py |