summaryrefslogtreecommitdiffstats
path: root/SCons/Tool/MSCommon/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/MSCommon/common.py')
-rw-r--r--SCons/Tool/MSCommon/common.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/MSCommon/common.py b/SCons/Tool/MSCommon/common.py
index 5ec92a2..3663f11 100644
--- a/SCons/Tool/MSCommon/common.py
+++ b/SCons/Tool/MSCommon/common.py
@@ -149,7 +149,7 @@ if LOGFILE:
log_handler = logging.FileHandler(filename=LOGFILE)
except (OSError, FileNotFoundError) as e:
err_msg = (
- f"Could not create logfile, check SCONS_MSCOMMON_DEBUG\n"
+ "Could not create logfile, check SCONS_MSCOMMON_DEBUG\n"
f" SCONS_MSCOMMON_DEBUG={LOGFILE}\n"
f" {e.__class__.__name__}: {str(e)}"
)