Problem description
The CYME converter needs Mdbtools. When running the OpenFIDO/cyme-extract, the openfido.sh will check if mdbtools has been installed in the system. But running OpenFIDO/CLI, openfido.py from CLI will call __init__.py, which bypasses the installation check for mdbtools.
Because the installation of mbdtools is platform-depended, it is pretty hard to add the installation check in __init__.py. The modtools installation check will be handled by GridLAB-D for now.
Problem description
The CYME converter needs Mdbtools. When running the
OpenFIDO/cyme-extract, theopenfido.shwill check ifmdbtoolshas been installed in the system. But runningOpenFIDO/CLI,openfido.pyfromCLIwill call__init__.py, which bypasses the installation check formdbtools.Because the installation of
mbdtoolsis platform-depended, it is pretty hard to add the installation check in__init__.py. Themodtoolsinstallation check will be handled by GridLAB-D for now.