summaryrefslogtreecommitdiff
path: root/pytests
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-07-25 10:26:00 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2018-08-09 15:22:33 -0400
commit2f1db78d69b0884d63ef539707cadc21fc48134d (patch)
tree39a67fefea1ac49c53b4e1f037a1e7dec815965f /pytests
parent368ad3fee1accc4b5a9c384036dd3ee41b272a3b (diff)
downloadmongo-2f1db78d69b0884d63ef539707cadc21fc48134d.tar.gz
SERVER-33695 Fix lint
(cherry picked from commit ce430952c35a9409ee80d03f70b6b618aa1802cd)
Diffstat (limited to 'pytests')
-rwxr-xr-xpytests/powertest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytests/powertest.py b/pytests/powertest.py
index 2bdf196d2d8..9f05292eecc 100755
--- a/pytests/powertest.py
+++ b/pytests/powertest.py
@@ -1274,7 +1274,7 @@ def remote_handler(options, operations):
LOGGER.info(output)
# Rename the rsync_dir only if it has a different name than new_rsync_dir.
if ret == 0 and rsync_dir != new_rsync_dir:
- LOGGER.info("Renaming directory {} to {}".format(rsync_dir, new_rsync_dir))
+ LOGGER.info("Renaming directory %s to %s", rsync_dir, new_rsync_dir)
os.rename(rsync_dir, new_rsync_dir)
elif operation == "seed_docs":