diff --git a/run.py b/run.py index 4496c43..7e3b300 100755 --- a/run.py +++ b/run.py @@ -130,7 +130,7 @@ def create_symlink(source, destination): return if not args.force: - print('`{destination}` already exists, will not overwrite. Rerun with `-f` to force overwiring existing files.', file=sys.stderr) + print(f'`{destination}` already exists, will not overwrite. Rerun with `-f` to force overwiring existing files.', file=sys.stderr) return dryrun_safe_remove(destination)