neurocurator icon indicating copy to clipboard operation
neurocurator copied to clipboard

Relative paths

Open christian-oreilly opened this issue 8 years ago • 1 comments

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

  1. python3.4 neurocurator/main.py
  2. python3.4 main.py

will not use the same path for this configuration element. This behavior should obviously be avoided.

christian-oreilly avatar Jul 13 '17 14:07 christian-oreilly

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.

pafonta avatar Oct 12 '18 13:10 pafonta