mirror of
https://github.com/rwinkhart/sshyp.git
synced 2026-08-28 12:56:28 -04:00
Silence existence errors when performing a silent sync
Former-commit-id: 69737630d74706da434a4e5056488124f6d59ecc Former-commit-id: 688ff118ff212ae012def21fc2dfadd44dfcce54
This commit is contained in:
+1
-1
@@ -89,7 +89,7 @@ def deletion_sync(_deletion_database, _silent):
|
||||
if _file != '':
|
||||
if not _silent:
|
||||
print(f"\u001b[38;5;208m{_file}\u001b[0m has been sheared, removing...")
|
||||
delete(_file, 'locally', False)
|
||||
delete(_file, 'locally', _silent)
|
||||
|
||||
|
||||
# creates matches of remote folders on the local client
|
||||
|
||||
Reference in New Issue
Block a user