fix return code on failure

This commit is contained in:
2025-06-14 16:40:18 +02:00
parent 328d1649ce
commit b3a31ada0b

View File

@ -397,6 +397,7 @@ def main():
failed_snapshots)
os.remove(lockfile)
return ret
if __name__ == '__main__':
log = logging.getLogger(LOGGER)