Skip to content

Instantly share code, notes, and snippets.

@hub-cap
Created January 14, 2013 22:15
Show Gist options
  • Save hub-cap/4534023 to your computer and use it in GitHub Desktop.
Save hub-cap/4534023 to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "/usr/local/bin/tox", line 8, in <module>
load_entry_point('tox==1.3', 'console_scripts', 'tox')()
File "/Library/Python/2.7/site-packages/tox/_cmdline.py", line 18, in main
config = parseconfig(args, 'tox')
File "/Library/Python/2.7/site-packages/tox/_config.py", line 23, in parseconfig
parseini(config)
File "/Library/Python/2.7/site-packages/tox/_config.py", line 180, in __init__
self._makeenvconfig(name, "_xz_9", reader._subs, config)
File "/Library/Python/2.7/site-packages/tox/_config.py", line 221, in _makeenvconfig
vc.commands = reader.getargvlist(section, "commands")
File "/Library/Python/2.7/site-packages/tox/_config.py", line 330, in getargvlist
commandlist.append(self._processcommand(current_command))
File "/Library/Python/2.7/site-packages/tox/_config.py", line 358, in _processcommand
argv = shlex.split(new_command.strip())
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 279, in split
return list(lex)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 269, in next
token = self.get_token()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 96, in get_token
raw = self.read_token()
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shlex.py", line 172, in read_token
raise ValueError, "No closing quotation"
ValueError: No closing quotation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment