git-afsantos / haros

H(igh) A(ssurance) ROS - Static analysis of ROS application code.
MIT License
190 stars 37 forks source link

fix env reading #118

Closed tandf closed 1 year ago

tandf commented 1 year ago

The return value of dict.update() is None, so calling env = (dict(cls.DEFAULTS["environment"])).update(env) only assigns None to env

git-afsantos commented 1 year ago

Thanks for the fix! :+1: