mirror of
https://github.com/rpm-software-management/tito.git
synced 2025-02-23 12:12:47 +00:00
Stop printing argv.
This commit is contained in:
parent
4147493e33
commit
b6823964a3
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ class CLI(object):
|
|||
"""
|
||||
|
||||
def main(self, argv):
|
||||
print("argv = %s" % argv)
|
||||
if len(argv) < 1 or not argv[0] in CLI_MODULES.keys():
|
||||
self._usage()
|
||||
sys.exit(1)
|
||||
|
|
Loading…
Add table
Reference in a new issue