Running genabout.py with the --mapping option fails to find MAPPING.CONFIG when calling genabout.py from a directory that doesn't contain genabout.py.
Running the following command from the root directory of AttributeCode:
python about_code_tool/genabout.py --mapping
gives the error:
ERROR: The file 'MAPPING.CONFIG' does not exist.
even when MAPPING.CONFIG exists in the same directory as genabout.py.
However, when you call genabout.py from the same directory that it is in, this error does not occur.
Running
genabout.pywith the--mappingoption fails to findMAPPING.CONFIGwhen callinggenabout.pyfrom a directory that doesn't containgenabout.py.Running the following command from the root directory of AttributeCode:
python about_code_tool/genabout.py --mappinggives the error:
ERROR: The file 'MAPPING.CONFIG' does not exist.even when
MAPPING.CONFIGexists in the same directory asgenabout.py.However, when you call
genabout.pyfrom the same directory that it is in, this error does not occur.