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:
parent
ce998fbc29
commit
69e6e586c7
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user