fix default command
This commit is contained in:
parent
e30ef6364e
commit
2e250079dc
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ class Buildozer(object):
|
|||
print 'Use "buildozer setdefault <command args...>"'
|
||||
exit(1)
|
||||
cmd = self.state['buildozer:defaultcommand']
|
||||
self.run_command(*cmd)
|
||||
self.run_command(cmd)
|
||||
|
||||
def run_command(self, args):
|
||||
if '-h' in args or '--help' in args:
|
||||
|
|
Loading…
Reference in a new issue