Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BF: Don't fail if etelemetry.get_project returns None
main.workflow() crashes with a TypeError when logging the latest version if "NO_ET" is in os.environ because etelemetry.get_project() returns None. Guard against this failure as well the KeyError that would be triggered if get_project(), for whatever reason, returns a dictionary without a "version" key.
- Loading branch information