summaryrefslogtreecommitdiff
path: root/pytests
diff options
context:
space:
mode:
authorJonathan Abrahams <jonathan@mongodb.com>2018-08-10 10:31:05 -0400
committerJonathan Abrahams <jonathan@mongodb.com>2018-08-10 10:31:05 -0400
commitc631e173acd34b6f9fedee4e0a45a78cf197aa54 (patch)
treefc3bb4c86de4e63febc95ab4457524faa17bc2c9 /pytests
parente89b80e6e56d8a049fe076954346391cec5bda4b (diff)
downloadmongo-c631e173acd34b6f9fedee4e0a45a78cf197aa54.tar.gz
Revert "Revert "SERVER-33695 Fix lint""
This reverts commit a3bea3c708be60f30f6ebf1906f723d9fe2175a9.
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 d851f387fd3..c54f4e355cf 100755
--- a/pytests/powertest.py
+++ b/pytests/powertest.py
@@ -1263,7 +1263,7 @@ def remote_handler(options, operations): # pylint: disable=too-many-branches,to
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":