diff options
Diffstat (limited to 'test/unit/log.py')
-rw-r--r-- | test/unit/log.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/unit/log.py b/test/unit/log.py index 7263443d..f984d7a1 100644 --- a/test/unit/log.py +++ b/test/unit/log.py @@ -20,4 +20,4 @@ class Log: Log.pos[name] = pos def get_path(name=UNIT_LOG): - return Log.temp_dir + '/' + name + return f'{Log.temp_dir}/{name}' |