On Thu, Sep 28, 2017 at 11:15:47AM +0200, Lukáš Doktor wrote: [...] > > @@ -231,6 +239,7 @@ class PlotShell(object): > > > > def run(self, argv): > > args = self._parser.parse_args(argv) > > This class is not inherited from the `BaseShell`, therefor it > does not contain `init_logging` method. Apart from this it > looks good.
Oops. I will fix this in v2. Thanks! > > > + self.init_logging(args) > > > > if len(args.reports) == 0: > > print >>sys.stderr, "At least one report required" > > -- Eduardo