1
0
mirror of https://github.com/openSUSE/osc.git synced 2024-11-10 06:46:15 +01:00

- fix print syntax

This commit is contained in:
Adrian Schröter 2013-05-02 11:05:48 +02:00
parent ce998fbc29
commit 69e6e586c7

View File

@ -6934,7 +6934,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
setBugowner(apiurl, prj, pac, opts.delete, role)
except HTTPError as e:
if e.code == 403:
print("No write permission in", result.get('project'), end=' ')
print("No write permission in" + result.get('project'), end=' ')
if result.get('package'):
print("/", result.get('package'), end=' ')
print()