Advertisement
JoshDreamland

Untitled

Feb 12th, 2015
226
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. File "pyBot.py", line 162, in parse
  2. output=globalv.loadedPlugins[arguments.cmd()[0]].action(arguments)
  3. File "plugins/command/translate.py", line 87, in action
  4. args = shlex.split(msg)
  5. File "/usr/lib/python2.6/shlex.py", line 279, in split
  6. return list(lex)
  7. File "/usr/lib/python2.6/shlex.py", line 269, in next
  8. token = self.get_token()
  9. File "/usr/lib/python2.6/shlex.py", line 96, in get_token
  10. raw = self.read_token()
  11. File "/usr/lib/python2.6/shlex.py", line 172, in read_token
  12. raise ValueError, "No closing quotation"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement