We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b661e00 commit 92d37a1Copy full SHA for 92d37a1
mistralclient/openstack/common/cliutils.py
@@ -308,5 +308,5 @@ def pretty_choice_list(l):
308
309
def exit(msg=''):
310
if msg:
311
- print (msg, file=sys.stderr)
+ print(msg, file=sys.stderr)
312
sys.exit(1)
tools/lintstack.py
@@ -171,7 +171,7 @@ def validate(newmsg=None):
171
print json.dumps(i)
172
print "Consider regenerating the exception file if you will."
173
else:
174
- print ("Please fix the errors above. If you believe they are false"
+ print("Please fix the errors above. If you believe they are false"
175
" positives, run 'tools/lintstack.py generate' to overwrite.")
176
177
0 commit comments