ctl: fix call to configure method in restore command (#35412)

This commit is contained in:
Frédéric Péters 2019-08-15 17:21:54 +02:00
parent 5b70690f2f
commit 970aa5b029
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class CmdRestore(Command):
import publisher
self.config.remove_option('main', 'error_log')
publisher.WcsPublisher.configure(self.config, sub_options.extra)
publisher.WcsPublisher.configure(self.config)
pub = publisher.WcsPublisher.create_publisher(
register_tld_names=False)