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

IndexError: tuple out of range issue in decorator #1399

Closed
astrofrog opened this issue Sep 5, 2017 · 0 comments · Fixed by #1425
Closed

IndexError: tuple out of range issue in decorator #1399

astrofrog opened this issue Sep 5, 2017 · 0 comments · Fixed by #1425
Labels

Comments

@astrofrog
Copy link
Member

Reported through glue:

Traceback (most recent call last):

File "/Users/agoodman/anaconda/lib/python2.7/site-packages/glue/utils/misc.py", line 58, in result
  return func(*args, **kwargs)
File "/Users/agoodman/anaconda/lib/python2.7/site-packages/glue/utils/qt/decorators.py", line 57, in wrapper
  m = "%s%s%s" % (msg, sep, e.args[0])
IndexError: tuple index out of range
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant