Skip to content
Snippets Groups Projects
Verified Commit 93e52442 authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBBackupRotation] Don't print cron several times [skip ci]

parent 5d0e5b6c
No related branches found
No related tags found
No related merge requests found
Pipeline #54556 skipped
......@@ -48,7 +48,7 @@ try:
print("Warning : Folder {0} does not exist, skipping...".format(services_list[service]["Folder"]))
print("\nConfiguration done. Cron jobs enabled : ")
for job in cron:
print("\t{0}".format(cron))
print("\t{0}".format(job))
except:
sys.stderr.write('Err: while opening JSON config file.\n')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment