summaryrefslogtreecommitdiff
path: root/setup_helper.py
diff options
context:
space:
mode:
Diffstat (limited to 'setup_helper.py')
-rw-r--r--setup_helper.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup_helper.py b/setup_helper.py
index 8671fd63..f290ea3f 100644
--- a/setup_helper.py
+++ b/setup_helper.py
@@ -116,7 +116,7 @@ def make_tarball(
mode = "w:" + tarfile_compress_flag.get(compress, "")
mkpath(os.path.dirname(archive_name), dry_run=dry_run)
- log.info("Creating tar file %s with mode %s" % (archive_name, mode))
+ log.info(f"Creating tar file {archive_name} with mode {mode}")
uid = _get_uid(owner)
gid = _get_gid(group)