Skip to content

v0.4.4: Continue if one global fails (#64)

Compare
Choose a tag to compare
@nhakmiller nhakmiller released this 15 Jan 23:10
fec052c

This is a small release to address a bug with how globals are loaded. Previously, if a single global failed to load (due to for example invalid python) it would stop loading any further globals. Now we continue loading each valid global, and output a list of invalid globals at the end.