1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 14:31:46 +00:00
This commit is contained in:
deadc0de6
2024-08-21 21:31:41 +02:00
committed by deadc0de
parent 622138e3a5
commit 88e9c6edf1

View File

@@ -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):