You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using lettuce containing background and outlines, I come across this error:
File "/Users/pdimitriu/Coding/Projects/smartkidzlibrary/skmenv/lib/python2.7/site-packages/lettuce/core.py", line 740, in run_scenario
reasons_to_fail)
UnboundLocalError: local variable 'reasons_to_fail' referenced before assignment
Moving the reasons_to_fail assignment from line 729 to line 723 solved the problem. Now my code looks like this:
Good afternoon,
When using lettuce containing background and outlines, I come across this error:
Moving the reasons_to_fail assignment from line 729 to line 723 solved the problem. Now my code looks like this:
The text was updated successfully, but these errors were encountered: