Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Sep 9th, 2010 | Syntax: None | Size: 0.57 KB | Hits: 20 | Expires: Never
Copy text to clipboard
  1. $ canto-remote config default.global_transform=filter_read
  2. Traceback (most recent call last):
  3.   File "/usr/local/bin/canto-remote", line 7, in <module>
  4.     c = CantoRemote()
  5.   File "/usr/local/lib/python2.6/dist-packages/canto_next/remote.py", line 27, in __init__
  6.     self.handle_args()
  7.   File "/usr/local/lib/python2.6/dist-packages/canto_next/remote.py", line 106, in handle_args
  8.     r = func()
  9.   File "/usr/local/lib/python2.6/dist-packages/canto_next/remote.py", line 78, in cmd_config
  10.     while not r or r[0] != "CONFIGS":
  11. TypeError: 'int' object is unsubscriptable