Merge "Remove white space between print and ()"
This commit is contained in:
@@ -556,7 +556,7 @@ class Server(object):
|
|||||||
pids = {}
|
pids = {}
|
||||||
for pid_file, pid in self.iter_pid_files(**kwargs):
|
for pid_file, pid in self.iter_pid_files(**kwargs):
|
||||||
if not pid: # Catches None and 0
|
if not pid: # Catches None and 0
|
||||||
print (_('Removing pid file %s with invalid pid') % pid_file)
|
print(_('Removing pid file %s with invalid pid') % pid_file)
|
||||||
remove_file(pid_file)
|
remove_file(pid_file)
|
||||||
continue
|
continue
|
||||||
try:
|
try:
|
||||||
|
Reference in New Issue
Block a user