mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
ae0b55de3b
without this patch, `importsrcpkg` breaks with the following output: ``` File "/usr/lib/python3.7/site-packages/osc/commandline.py", line 7868, in do_importsrcpkg createPackageDir(os.path.join(project.dir, pac), project) File "/usr/lib64/python3.7/posixpath.py", line 94, in join genericpath._check_arg_types('join', a, *p) File "/usr/lib64/python3.7/genericpath.py", line 151, in _check_arg_types raise TypeError("Can't mix strings and bytes in path components") from None TypeError: Can't mix strings and bytes in path components ``` Fixes #712 |
||
---|---|---|
.. | ||
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 |