fix one more python 3.3 print
This commit is contained in:
parent
854c8f11cf
commit
189136c6c1
@ -432,7 +432,7 @@ class StagingAPI(object):
|
||||
|
||||
ret = self.find_openqa_state(project)
|
||||
if ret:
|
||||
print ret
|
||||
print(ret)
|
||||
all = False
|
||||
return False
|
||||
elif all:
|
||||
|
Loading…
x
Reference in New Issue
Block a user