Last active
November 7, 2015 14:19
-
-
Save common-nighthawk/fb4b34a81fc3746419af to your computer and use it in GitHub Desktop.
python wptrunner error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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