Skip to content

Commit

Permalink
Last little cleanup for github push.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathan Rusch committed Apr 26, 2011
1 parent 3949e37 commit 62c6a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nukeCommandClient.py
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -383,6 +383,6 @@ def start_managed_nuke_server(manager_port=None):
manager_port = None manager_port = None


if len(sys.argv) > 1: if len(sys.argv) > 1:
manager_port = int(sys.argv[1].strip()) manager_port = int(sys.argv[1])


start_managed_nuke_server(manager_port) start_managed_nuke_server(manager_port)

0 comments on commit 62c6a84

Please sign in to comment.