1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-04 17:24:46 +00:00
This commit is contained in:
deadc0de6
2023-09-22 13:55:59 +02:00
parent faf9944a0f
commit 54dc164413

View File

@@ -672,6 +672,9 @@ class Installer:
if self.dry:
self.log.dry(f'would remove {path}')
continue
if self.safe:
if not self.log.ask(f'remove unmanaged \"{path}\"'):
return
self.log.dbg(f'removing not managed: {path}')
removepath(path, logger=self.log)