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

raise cup.err.NoSuchFileOrDir("file not exist.") #6

Closed
GenuineJyn opened this issue Jul 3, 2017 · 2 comments
Closed

raise cup.err.NoSuchFileOrDir("file not exist.") #6

GenuineJyn opened this issue Jul 3, 2017 · 2 comments
Labels

Comments

@GenuineJyn
Copy link

File "test.py", line 9, in test
raise cup.err.NoSuchFileOrDir("file not exist.")
File "/usr/local/lib/python2.7/dist-packages/cup/err.py", line 124, in init
super(NoSuchFileOrDir, self).init(msg)
File "/usr/local/lib/python2.7/dist-packages/cup/err.py", line 116, in init
super(self.class, self).init(msg)
File "/usr/local/lib/python2.7/dist-packages/cup/err.py", line 116, in init
super(self.class, self).init(msg)
File "/usr/local/lib/python2.7/dist-packages/cup/err.py", line 116, in init
super(self.class, self).init(msg)
File "/usr/local/lib/python2.7/dist-packages/cup/err.py", line 116, in init
super(self.class, self).init(msg)
......

RuntimeError: maximum recursion depth exceeded while calling a Python object

@mythmgn
Copy link
Member

mythmgn commented Jul 3, 2017 via email

@mythmgn
Copy link
Member

mythmgn commented Jul 4, 2017 via email

@mythmgn mythmgn closed this as completed Jul 5, 2017
@mythmgn mythmgn added the bug label Sep 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants