Python anduril package crashes if ANDURIL_BUNDLES is not defined

Issue #10 resolved
Kristian Ovaska created an issue

The environment variable ANDURIL_BUNDLES is not required by Anduril. By default, ANDURIL_HOME/bundles is always in the bundle list (with the least priority), and ANDURIL_BUNDLES optionally defines additional and overriding bundles.

The Python util bundlerepository.py crashes when ANDURIL_BUNDLES is not present:

File "/home/kovaska/anduril/lang/python/anduril/bundlerepository.py", line 105, in from_env
path_list=os.environ["ANDURIL_BUNDLES"].split(":")

Comments (1)

  1. Log in to comment