Currently the path to a56 is hardcoded (to a local path on my drive). Should be fixed asap.
However, I'm not sure how to best go about this.
I think we should look in os.environ['A56'] and if that does not exist in the current path.
If nxdk includes a56 in the future it could also be located through os.nviron[NXDK_DIR] in the future.
I'd expect that there is a python package / module / lib to do this for us.
Currently the path to
a56
is hardcoded (to a local path on my drive). Should be fixed asap.However, I'm not sure how to best go about this. I think we should look in os.environ['A56'] and if that does not exist in the current path. If nxdk includes a56 in the future it could also be located through os.nviron[
NXDK_DIR
] in the future.I'd expect that there is a python package / module / lib to do this for us.