summaryrefslogtreecommitdiff
path: root/tools/db_crashtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/db_crashtest.py')
-rw-r--r--tools/db_crashtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/db_crashtest.py b/tools/db_crashtest.py
index 0c649722f..6a7222e5b 100644
--- a/tools/db_crashtest.py
+++ b/tools/db_crashtest.py
@@ -317,7 +317,7 @@ def whitebox_crash_main(args):
cmd = gen_cmd(dict(cmd_params.items() + additional_opts.items()
+ {'db': dbname}.items()))
- print "Running:" + ' '.join(cmd) + "\n"
+ print "Running:" + ' '.join(cmd) + "\n" # noqa: E999 T25377293 Grandfathered in
popen = subprocess.Popen(cmd, stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)