Remove white space between print ()
There was a white space between print and () Change-Id: Ieaf94259b7a53ce70c6e5f8c9e1e025ffccc64d9
This commit is contained in:
parent
93bb7c6798
commit
cb688019c6
@ -267,5 +267,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