add archive format to InfoJob output (#875)

pull/1455/head
Mike Fährmann 4 years ago
parent 52a7913abe
commit a75e485461
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -604,6 +604,7 @@ class InfoJob(Job):
pc("Filename format", "filename", ex.filename_fmt)
pc("Directory format", "directory", ex.directory_fmt)
pc("Archive format", "archive-format", ex.archive_fmt)
pc("Request interval", "sleep-request", ex.request_interval)
return 0

Loading…
Cancel
Save