You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could I request that _getConfigPath() has the following line instead of the current "paths=" that is has (this is in the format used in gh-perPluginPath)
I've got the code in the following directory structure:
conf/shotgunEventDaemon.conf
scripts/shotgunEventDaemon.py
script/daemonizer.py
plugins/whatever.py
Could I request that _getConfigPath() has the following line instead of the current "paths=" that is has (this is in the format used in gh-perPluginPath)
paths = ['/etc', os.path.join(os.path.dirname(file), "../conf/"), os.path.dirname(file)]
This will cause it to also look for the config file in the same folder as the script, and also with the kind of directory structure that I'm using.
The text was updated successfully, but these errors were encountered: