1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-09-20 09:16:16 +02:00

Merge pull request #713 from M0ses/fix_importsrcpkg

fix broken importsrcpkg for python3
This commit is contained in:
Marco Strigl 2019-12-28 21:05:10 +01:00 committed by GitHub
commit f0583c22c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7886,7 +7886,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
print('please specify a package name with the \'--name\' option. ' \
'The automatic detection failed', file=sys.stderr)
sys.exit(1)
pac = pac.decode()
if conf.config['do_package_tracking']:
createPackageDir(os.path.join(project.dir, pac), project)
else: