diff --git a/app_functions.py b/app_functions.py index 1dafcbf..825fb74 100644 --- a/app_functions.py +++ b/app_functions.py @@ -256,6 +256,8 @@ def verifyFilesThreaded(file_type, type_count): if False in existing_backup: return False + else: + return True # Sends the file type and verify for regular or backup files # verifyFiles() has to know which files it is going to look for