Return True on success

pull/4/head
Darksider3 5 years ago
parent cd8fe5fed0
commit c1488f6164

@ -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…
Cancel
Save