mirror of
https://github.com/openSUSE/osc.git
synced 2024-11-10 14:56:14 +01:00
- anotehr python3 syntax fix
This commit is contained in:
parent
1cd12ac566
commit
2b06180efa
@ -5126,7 +5126,7 @@ Please submit there instead, or use --nodevelproject to force direct submission.
|
||||
# it seems to be an architecture in general
|
||||
arg_arch = arg
|
||||
if not (arg in osc.build.can_also_build.get(osc.build.hostarch) or arg == osc.build.hostarch):
|
||||
print "WARNING: native compile is not possible, an emulator must be configured!"
|
||||
print("WARNING: native compile is not possible, an emulator must be configured!")
|
||||
elif not arg_repository:
|
||||
arg_repository = arg
|
||||
else:
|
||||
|
Loading…
Reference in New Issue
Block a user