Missing argv in tito report

This commit is contained in:
Marian Csontos 2010-06-23 14:53:36 +02:00 committed by Devan Goodwin
parent 91f3b175fa
commit 60866a3caf

View file

@ -582,7 +582,7 @@ class ReportModule(BaseCliModule):
)) ))
def main(self, argv): def main(self, argv):
BaseCliModule.main(self) BaseCliModule.main(self, argv)
if self.options.untagged_report: if self.options.untagged_report:
self._run_untagged_report(self.global_config) self._run_untagged_report(self.global_config)