Potential fix for #713!
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Dan Helfman 2023-06-19 22:34:35 -07:00
parent 9315717d03
commit c91bb499dd
1 changed files with 2 additions and 2 deletions

View File

@ -360,8 +360,8 @@ def upgrade_check_times(location_config, borg_repository_id):
logger.debug(f"#713: os.path.isfile(temporary_path) = {os.path.isfile(temporary_path)}")
if not os.path.isfile(old_path) and not os.path.isfile(temporary_path):
logger.debug("#713: returning early")
return
logger.debug("#713: continue")
continue
logger.debug(f'Upgrading archives check time from {old_path} to {new_path}')