Skip to content

Instantly share code, notes, and snippets.

@alikins
Created October 15, 2009 21:22
Show Gist options
  • Save alikins/211297 to your computer and use it in GitHub Desktop.
Save alikins/211297 to your computer and use it in GitHub Desktop.
[adrian@alikins rho]$ PYTHONPATH=~/src/rho/src/ bin/rho profile add --name group1 --ip_start 192.168.1.1 --ip_end 192.168.1.100
Password:
Traceback (most recent call last):
File "bin/rho", line 22, in <module>
CLI().main()
File "/home/adrian/src/rho/src/rho/cli.py", line 95, in main
cmd.main()
File "/home/adrian/src/rho/src/rho/clicommands.py", line 87, in main
self._do_command()
File "/home/adrian/src/rho/src/rho/clicommands.py", line 164, in _do_command
ports = self.options.ports.strip().split(",")
AttributeError: 'NoneType' object has no attribute 'strip'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment