does anyone have an update on the Governance.scala...
# suitescript
s
does anyone have an update on the Governance.scala error? It's really affecting our workflow.
s
I think this is caused by bad paths in your require statement. Might wanna double check your file paths for your custom modules.
s
what do you mean by bad paths? and in that case wouldn't module just fail to be loaded?
also, it seemingly happens at random
s
That is the error it sometimes gives when the module fails to load. Are you loading custom modules in your require statement? Are those custom modules loading others?
s
yep we're loading several. I'll double check the paths in our config
but in my head if a module path is broken, it should fail every single time