From 2b06180efa5662383435bfb619905a799847362d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Tue, 16 Apr 2013 15:57:30 +0200 Subject: [PATCH] - anotehr python3 syntax fix --- osc/commandline.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osc/commandline.py b/osc/commandline.py index bd62facd..97b6b316 100644 --- a/osc/commandline.py +++ b/osc/commandline.py @@ -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: