Merge "Remove white space between print and ()"
This commit is contained in:
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:]):
|
||||
found = True
|
||||
if not found:
|
||||
print line,
|
||||
print(line)
|
||||
|
||||
# The suffix of source filenames.
|
||||
source_suffix = '.rst'
|
||||
|
||||
Reference in New Issue
Block a user