1
0
mirror of https://github.com/corundum/corundum.git synced 2025-01-30 08:32:52 +08:00

Fix parameter

This commit is contained in:
Alex Forencich 2014-11-13 10:39:41 -08:00
parent 698234c297
commit 789c7da6d6

View File

@ -47,7 +47,7 @@ def main(argv=None):
ports = int(a)
if o in ('-n', '--name'):
name = a
if o in ('-o', '--outputs'):
if o in ('-o', '--output'):
out_name = a
if name is None: