fix return code on failure

This commit is contained in:
Fredrik Eriksson 2025-06-14 16:40:18 +02:00
parent 328d1649ce
commit b3a31ada0b
Signed by: feffe
GPG Key ID: 20651C52AADCDB8D

View File

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