1
0
mirror of https://github.com/openSUSE/osc.git synced 2025-08-04 22:53:42 +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

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: