Advertisement
Guest User

Untitled

a guest
Jan 24th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.69 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/local/bin/sfcli", line 11, in <module>
  3. sys.exit(cli())
  4. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/core.py", line 722, in __call__
  5. return self.main(*args, **kwargs)
  6. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/core.py", line 697, in main
  7. rv = self.invoke(ctx)
  8. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
  9. return _process_result(sub_ctx.command.invoke(sub_ctx))
  10. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/core.py", line 1066, in invoke
  11. return _process_result(sub_ctx.command.invoke(sub_ctx))
  12. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/core.py", line 895, in invoke
  13. return ctx.invoke(self.callback, **ctx.params)
  14. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
  15. return callback(*args, **kwargs)
  16. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/decorators.py", line 64, in new_func
  17. return ctx.invoke(f, obj, *args[1:], **kwargs)
  18. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/click/core.py", line 535, in invoke
  19. return callback(*args, **kwargs)
  20. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/element/cli/commands/cmd_volume.py", line 769, in create
  21. cli_utils.print_result(_CreateVolumeResult, ctx.logger, as_json=ctx.json, as_pickle=ctx.pickle, depth=ctx.depth, filter_tree=ctx.filter_tree)
  22. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/element/cli/utils.py", line 53, in print_result
  23. print_result_as_tree(objs_to_print, depth)
  24. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/element/cli/utils.py", line 175, in print_result_as_tree
  25. print(get_result_as_tree(objs, depth))
  26. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/element/cli/utils.py", line 108, in get_result_as_tree
  27. stringToReturn += key+": "+get_result_as_tree(mydict[key], depth, currentDepth+1, key)
  28. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/element/cli/utils.py", line 108, in get_result_as_tree
  29. stringToReturn += key+": "+get_result_as_tree(mydict[key], depth, currentDepth+1, key)
  30. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/element/cli/utils.py", line 108, in get_result_as_tree
  31. stringToReturn += key+": "+get_result_as_tree(mydict[key], depth, currentDepth+1, key)
  32. File "/usr/local/home/gperq/.local/lib/python2.7/site-packages/element/cli/utils.py", line 104, in get_result_as_tree
  33. mydict = objs.__dict__
  34. AttributeError: 'long' object has no attribute '__dict__'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement