neurocurator
neurocurator copied to clipboard
Relative paths
In the configuration file, when relative paths are used, these end-up being relative to the path from which the application has been started and not the path from which the application is such that
- python3.4 neurocurator/main.py
- python3.4 main.py
will not use the same path for this configuration element. This behavior should obviously be avoided.
As of 12.10.18, the remaining work is to check if the path in which the local git repository will be created exists and has been expanded before saving it in settings.ini.