Add note to resourcePath

This commit is contained in:
David Vierra 2015-09-09 21:10:36 -10:00
parent c83382e010
commit 2484610888

View File

@ -56,6 +56,9 @@ def resourcePath(filename):
'src' folder. I'd imagine that when installed as a .whl (on linux) we need to use
pkg_resources to get filenames.
If the file does not exist, this is fatal error that usually indicates a packaging
problem or an incorrect filename.
:param filename:
:return:
"""