BOM-1701: Ran pyupgrade on pavelib (#24230)

This commit is contained in:
M. Zulqarnain
2020-06-17 17:09:38 +05:00
committed by GitHub
parent 1743e0e590
commit bc568309ec
37 changed files with 345 additions and 374 deletions

View File

@@ -69,7 +69,7 @@ def run_multi_processes(cmd_list, out_log=None, err_log=None):
# pylint: disable=broad-except
except Exception as err:
print(u"Error running process {}".format(err), file=sys.stderr)
print("Error running process {}".format(err), file=sys.stderr)
finally:
for pid in pids: