mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 20:22:46 +00:00
Missing argv in tito report
This commit is contained in:
parent
91f3b175fa
commit
60866a3caf
1 changed files with 1 additions and 1 deletions
|
@ -582,7 +582,7 @@ class ReportModule(BaseCliModule):
|
|||
))
|
||||
|
||||
def main(self, argv):
|
||||
BaseCliModule.main(self)
|
||||
BaseCliModule.main(self, argv)
|
||||
|
||||
if self.options.untagged_report:
|
||||
self._run_untagged_report(self.global_config)
|
||||
|
|
Loading…
Add table
Reference in a new issue