Remove white space between print ()
Change-Id: I50e6a21c5f8f3c6bb9f1df002c6d22d65be510d3
This commit is contained in:
parent
cf17711041
commit
1840ff5dc6
@ -285,5 +285,5 @@ def pretty_choice_list(l):
|
|||||||
|
|
||||||
def exit(msg=''):
|
def exit(msg=''):
|
||||||
if msg:
|
if msg:
|
||||||
print (msg, file=sys.stderr)
|
print(msg, file=sys.stderr)
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user