summaryrefslogtreecommitdiff
path: root/pytests/powertest.py
diff options
context:
space:
mode:
authorMax Hirschhorn <max.hirschhorn@mongodb.com>2018-08-10 08:58:13 -0400
committerMax Hirschhorn <max.hirschhorn@mongodb.com>2018-08-10 08:58:13 -0400
commita3bea3c708be60f30f6ebf1906f723d9fe2175a9 (patch)
tree9362cecab0b2c2ad2d6c4bf377ad1f1e4f710af0 /pytests/powertest.py
parent2dbc67eec6fc4357fe45487dc27f9099b5fcde15 (diff)
downloadmongo-a3bea3c708be60f30f6ebf1906f723d9fe2175a9.tar.gz
Revert "SERVER-33695 Fix lint"
This reverts commit 44df707792625b25dc2ef9830337bf42d8e64a40.
Diffstat (limited to 'pytests/powertest.py')
-rwxr-xr-xpytests/powertest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pytests/powertest.py b/pytests/powertest.py
index c54f4e355cf..d851f387fd3 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 %s to %s", rsync_dir, new_rsync_dir)
+ LOGGER.info("Renaming directory {} to {}".format(rsync_dir, new_rsync_dir))
os.rename(rsync_dir, new_rsync_dir)
elif operation == "seed_docs":