Return True on success
This commit is contained in:
parent
cd8fe5fed0
commit
c1488f6164
1 changed files with 1 additions and 0 deletions
|
@ -79,6 +79,7 @@ class Backup:
|
|||
pass # @TODO: Import with sqlitedb and system. Will be fun Kappa
|
||||
except OSError as E:
|
||||
print(f"UUFFF, something went WRONG with the file {fname}: {E}")
|
||||
return True
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
|
Loading…
Reference in a new issue