Commit ae38cfaa authored by mouadh's avatar mouadh

temp_fix

parent 64d0fd3c
...@@ -104,7 +104,7 @@ class MdxEngine: ...@@ -104,7 +104,7 @@ class MdxEngine:
] ]
except Exception: except Exception:
type, value, traceback = sys.exc_info() type, value, traceback = sys.exc_info()
print('Error opening %s: %s' % (value.filename, value.strerror)) print('Error opening %s' % (value))
print('no csv folders') print('no csv folders')
pass pass
...@@ -126,7 +126,7 @@ class MdxEngine: ...@@ -126,7 +126,7 @@ class MdxEngine:
except Exception: except Exception:
type, value, traceback = sys.exc_info() type, value, traceback = sys.exc_info()
print('Error opening %s: %s' % (value.filename, value.strerror)) print('Error opening %s' % (value))
print('no database connexion') print('no database connexion')
pass pass
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment