aboutsummaryrefslogtreecommitdiff
path: root/platform_utils.py
diff options
context:
space:
mode:
Diffstat (limited to 'platform_utils.py')
-rw-r--r--platform_utils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform_utils.py b/platform_utils.py
index d720a07..4cf994b 100644
--- a/platform_utils.py
+++ b/platform_utils.py
@@ -57,8 +57,8 @@ def _validate_winpath(path):
if _winpath_is_valid(path):
return path
raise ValueError(
- 'Path "{}" must be a relative path or an absolute '
- "path starting with a drive letter".format(path)
+ f'Path "{path}" must be a relative path or an absolute '
+ "path starting with a drive letter"
)