Projet

Général

Profil

0001-ctl-fix-call-to-configure-method-in-restore-command-.patch

Frédéric Péters, 15 août 2019 17:23

Télécharger (856 octets)

Voir les différences:

Subject: [PATCH] ctl: fix call to configure method in restore command (#35412)

 wcs/ctl/restore.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/ctl/restore.py
34 34
        import publisher
35 35

  
36 36
        self.config.remove_option('main', 'error_log')
37
        publisher.WcsPublisher.configure(self.config, sub_options.extra)
37
        publisher.WcsPublisher.configure(self.config)
38 38
        pub = publisher.WcsPublisher.create_publisher(
39 39
                register_tld_names=False)
40 40

  
41
-