Fix print statement for python3 compatibility
Change-Id: Ib231a629ad069bb6c1275452f0a83a63cdd892b5
This commit is contained in:
parent
4d56774db6
commit
2f165254c2
@ -163,7 +163,7 @@ def check_files(files, verbose):
|
|||||||
prev_file = fileinput.filename()
|
prev_file = fileinput.filename()
|
||||||
|
|
||||||
if verbose:
|
if verbose:
|
||||||
print "Running bash8 on %s" % fileinput.filename()
|
print("Running bash8 on %s" % fileinput.filename())
|
||||||
|
|
||||||
# NOTE(sdague): multiline processing of heredocs is interesting
|
# NOTE(sdague): multiline processing of heredocs is interesting
|
||||||
if not in_multiline:
|
if not in_multiline:
|
||||||
|
Loading…
Reference in New Issue
Block a user