nebulab/pulsar

Doesn't work when user has no permissions on PULSAR_HOME

Closed this issue ยท 0 comments

When the PULSAR_HOME is not accessible for some reason Pulsar breaks down miserably ๐Ÿ˜…

This is caused by Dotenv's load method that raises and exception when it cannot read the env file.

This is bad because it should ignore the env file altogether in case somebody wants to use only the command line options to specify the configuration.