-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Due to incompatibility with the mapping service directories, and to avoid confusion and keep consistent, I would propose a renaming of the configs directory. Testing this on a local copy of the repository and mapping service worked without issues.
All references to configs should be changed to config, and in the mapping service the JaMMaTo config files can simply be copied to the mapping service config directory.
This is due to the os.getcwd() not being the directory from which the script is run, but the parent directory of the mapping service, which already has its own config directory. Whether this is a bug or intended behaviour I don't yet know, but as an interim solution I will create this separate issue and associated branch, then we can discuss and investigate what is going on.