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

Invalid arguments on wrapped method breaks code using q #35

Open
GertBurger opened this issue Nov 5, 2015 · 0 comments
Open

Invalid arguments on wrapped method breaks code using q #35

GertBurger opened this issue Nov 5, 2015 · 0 comments

Comments

@GertBurger
Copy link

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()
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