does anyone have an update on the Governance.scala error? It's really affecting our workflow.
s
Sandii
02/26/2020, 4:11 PM
I think this is caused by bad paths in your require statement. Might wanna double check your file paths for your custom modules.
s
SimonC
02/26/2020, 4:13 PM
what do you mean by bad paths? and in that case wouldn't module just fail to be loaded?
SimonC
02/26/2020, 4:14 PM
also, it seemingly happens at random
s
Sandii
02/26/2020, 4:20 PM
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
SimonC
02/26/2020, 4:25 PM
yep we're loading several. I'll double check the paths in our config
SimonC
02/26/2020, 4:26 PM
but in my head if a module path is broken, it should fail every single time