Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

line 175, in print_outline elines =reasons_to_fail[0].traceback.splitlines() AttributeError: 'NoneType' object has no attribute 'traceback' #524

Open
flyingCloudRain opened this issue Jul 28, 2016 · 0 comments

Comments

@flyingCloudRain
Copy link

when i run the demo watch it fails,the termail dont show the right
it remaind me like

Traceback (most recent call last):
File "e:\python27\lib\site-packages\lettuce\registry.py", line 15
ok
callback(_args, *_kw)
File "e:\python27\lib\site-packages\lettuce\plugins\colored_shell
line 175, in print_outline
elines =reasons_to_fail[0].traceback.splitlines()
AttributeError: 'NoneType' object has no attribute 'traceback'

Died with 'NoneType' object has no attribute 'traceback'
Traceback (most recent call last):
File "e:\python27\lib\site-packages\lettuce__init__.py", line 19
failfast=self.failfast))
File "e:\python27\lib\site-packages\lettuce\core.py", line 1237,
scenarios_ran.extend(scenario.run(ignore_case, failfast=failfas
File "e:\python27\lib\site-packages\lettuce\core.py", line 759, i
results.append(run_scenario(self, index, outline, run_callbacks
File "e:\python27\lib\site-packages\lettuce\core.py", line 740, i
o
reasons_to_fail)
File "e:\python27\lib\site-packages\lettuce\registry.py", line 15
ok
callback(_args, *_kw)
File "e:\python27\lib\site-packages\lettuce\plugins\colored_shell
line 175, in print_outline
elines =reasons_to_fail[0].traceback.splitlines()
AttributeError: 'NoneType' object has no attribute 'traceback'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant