From 88e9c6edf1e3c6e4dab7cfffa3d09e095984a235 Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 21 Aug 2024 21:31:41 +0200 Subject: [PATCH] linting --- dotdrop/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotdrop/installer.py b/dotdrop/installer.py index be3c238..d3233bf 100644 --- a/dotdrop/installer.py +++ b/dotdrop/installer.py @@ -702,7 +702,7 @@ class Installer: return self.log.dbg(f'removing unmanaged file \"{path}\"') if not removepath(path, logger=self.log): - self.log.warn('unable to remove {path}') + self.log.warn(f'unable to remove {path}') @classmethod def _write_content_to_file(cls, content, src, dst):