Advertisement
Guest User

Untitled

a guest
Aug 21st, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.11 KB | None | 0 0
  1. noc@ipam:/opt/noc$ id
  2. uid=1001(noc) gid=1001(noc) groups=1001(noc)
  3. noc@ipam:/opt/noc$ ./noc clone -v3 --out=/tmp/
  4. Traceback (most recent call last):
  5. File "manage.py", line 44, in <module>
  6. execute_from_command_line(sys.argv)
  7. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  8. utility.execute()
  9. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
  10. self.fetch_command(subcommand).run_from_argv(self.argv)
  11. File "/opt/noc/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
  12. self.execute(*args, **options.__dict__)
  13. File "/opt/noc/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
  14. output = self.handle(*args, **options)
  15. File "/opt/noc/main/management/commands/clone.py", line 44, in handle
  16. return getattr(self, "handle_%s" % cmd)(*args, **options)
  17. File "/opt/noc/main/management/commands/clone.py", line 62, in handle_clone
  18. name = args[0]
  19. IndexError: tuple index out of range
  20. noc@ipam:/opt/noc$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement