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
Traceback (most recent call last):
File "testq.py", line 7, in <module>
test()
File "virtualenv/local/lib/python2.7/site-packages/q.py", line 284, in wrapper
info = self.inspect.getframeinfo(etb.tb_next, context=3)
File "/usr/lib/python2.7/inspect.py", line 1000, in getframeinfo
lineno = frame.f_lineno
AttributeError: 'NoneType' object has no attribute 'f_lineno'
is generated by:
import q
@q
def test(somearg):
pass
test()
The text was updated successfully, but these errors were encountered:
is generated by:
The text was updated successfully, but these errors were encountered: