mirror of
https://github.com/deadc0de6/dotdrop.git
synced 2026-02-04 19:09:44 +00:00
linting
This commit is contained in:
@@ -702,7 +702,7 @@ class Installer:
|
|||||||
return
|
return
|
||||||
self.log.dbg(f'removing unmanaged file \"{path}\"')
|
self.log.dbg(f'removing unmanaged file \"{path}\"')
|
||||||
if not removepath(path, logger=self.log):
|
if not removepath(path, logger=self.log):
|
||||||
self.log.warn('unable to remove {path}')
|
self.log.warn(f'unable to remove {path}')
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def _write_content_to_file(cls, content, src, dst):
|
def _write_content_to_file(cls, content, src, dst):
|
||||||
|
|||||||
Reference in New Issue
Block a user