Merge "Remove white space between print and ()"
This commit is contained in:
commit
9556ec2635
0
devstack/tools/nsxv_cleanup.py
Executable file → Normal file
0
devstack/tools/nsxv_cleanup.py
Executable file → Normal file
@ -47,7 +47,7 @@ if os.path.isfile(PATH) and os.access(PATH, os.R_OK):
|
|||||||
if fnmatch.fnmatch(line, '*' + pattern[4:]):
|
if fnmatch.fnmatch(line, '*' + pattern[4:]):
|
||||||
found = True
|
found = True
|
||||||
if not found:
|
if not found:
|
||||||
print line,
|
print(line)
|
||||||
|
|
||||||
# The suffix of source filenames.
|
# The suffix of source filenames.
|
||||||
source_suffix = '.rst'
|
source_suffix = '.rst'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user