fix default command

This commit is contained in:
Mathieu Virbel 2012-12-19 19:37:04 +01:00
parent e30ef6364e
commit 2e250079dc

View file

@ -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: