Capitains / Nautilus

Implementation of a local CTS5 endpoint for MyCapytains
http://capitains-nautilus.readthedocs.io/en/latest/
Mozilla Public License 2.0
6 stars 4 forks source link

Set-up text.path in parsing to an absolute path #75

Open PonteIneptique opened 6 years ago

PonteIneptique commented 6 years ago

Currently, if you are to use the same resolver cache in between applications, text.path during parsing is set to use a relative path (see https://github.com/Capitains/Nautilus/blob/dev/capitains_nautilus/cts/resolver.py#L413-L418 ).

It would be good for it to be turned to an absolute path and enable this kind of cache reuse.