diff --git a/wcs/ctl/restore.py b/wcs/ctl/restore.py index ed36e5a4a..60269195e 100644 --- a/wcs/ctl/restore.py +++ b/wcs/ctl/restore.py @@ -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)