Skip to content

Instantly share code, notes, and snippets.

@common-nighthawk
Last active November 7, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save common-nighthawk/fb4b34a81fc3746419af to your computer and use it in GitHub Desktop.
Save common-nighthawk/fb4b34a81fc3746419af to your computer and use it in GitHub Desktop.
python wptrunner error
Traceback (most recent call last):
File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/wptrunner-1.14-py2.7.egg/wptrunner/wptrunner.py", line 219, in main
kwargs = wptcommandline.parse_args()
File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/wptrunner-1.14-py2.7.egg/wptrunner/wptcommandline.py", line 380, in parse_args
parser = create_parser()
File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/wptrunner-1.14-py2.7.egg/wptrunner/wptcommandline.py", line 43, in create_parser
config_data = config.load()
File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/wptrunner-1.14-py2.7.egg/wptrunner/config.py", line 64, in load
return read(path(sys.argv))
File "/Users/Daniel/Library/Python/2.7/lib/python/site-packages/wptrunner-1.14-py2.7.egg/wptrunner/config.py", line 29, in read
assert config_path in success, success
AssertionError: []
> /Users/Daniel/Library/Python/2.7/lib/python/site-packages/wptrunner-1.14-py2.7.egg/wptrunner/config.py(29)read()
-> assert config_path in success, success
(Pdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment