Cannot understand how to set correctly a path to the directory correctly in the config file (.cf) that is used in my Python project. As far as I'm concerned I'm doing something wrong with slashes and directory identification.
That is how it looks for now:
topdir=/usr/local/git/mozg.nlp
The error I receive is ==> Syntax error: invalid syntax. When I try to put the path in brackets, my project simply cannot detect and see the path.
I feel that the answer is so simple; however, cannot come up with a solution. If anyone could help me, that would be much appreciated.