Commit ae38cfaa authored by mouadh's avatar mouadh

temp_fix

parent 64d0fd3c
......@@ -104,7 +104,7 @@ class MdxEngine:
]
except Exception:
type, value, traceback = sys.exc_info()
print('Error opening %s: %s' % (value.filename, value.strerror))
print('Error opening %s' % (value))
print('no csv folders')
pass
......@@ -126,7 +126,7 @@ class MdxEngine:
except Exception:
type, value, traceback = sys.exc_info()
print('Error opening %s: %s' % (value.filename, value.strerror))
print('Error opening %s' % (value))
print('no database connexion')
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