mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
update py command
This commit is contained in:
@@ -15,4 +15,4 @@ def main():
|
||||
parser.error("Unknown command: `%s`" % command)
|
||||
return
|
||||
command = command_dict[command]
|
||||
command.run(args)
|
||||
command.run(args[1:])
|
||||
|
||||
Reference in New Issue
Block a user