Remove white space between print and ()
And in / doc/source/conf.py: print line, ---> print(line) Change-Id: I57d34ed1256f1573717292df64fdddd023d2bad2
This commit is contained in:
parent
573399ae64
commit
e07bf5cfda
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'
|
||||
|
Loading…
Reference in New Issue
Block a user