From 92dd493e98917b1d4f670797c82e7d8963115c06 Mon Sep 17 00:00:00 2001 From: Yu Ming Zhu Date: Jul 27 2020 08:59:40 +0000 Subject: add delete_batch_size into legacy_opts --- diff --git a/util/kojira b/util/kojira index 91686f7..3f75160 100755 --- a/util/kojira +++ b/util/kojira @@ -1112,7 +1112,7 @@ def get_options(): 'source_tags', 'separate_source_tags', 'ignore_tags') # FIXME: remove ca here bool_opts = ('verbose', 'debug', 'ignore_stray_repos', 'offline_retry', 'no_ssl_verify', 'check_external_repos') - legacy_opts = ('with_src') + legacy_opts = ('with_src', 'delete_batch_size') for name in config.options(section): if name in int_opts: defaults[name] = config.getint(section, name)