gpilab / framework

The GPI framework provides the canvas for graphically assembling algorithms.
Other
20 stars 7 forks source link

Hotfix - gpi_make failing on C-F build server #48

Closed borupdaniel closed 4 years ago

borupdaniel commented 4 years ago

os.environ.get defaults to None if it can't find the key, which wasn't caught by the KeyError exception. Instead, just use os.environ.get's ability to handle a default return value in case it can't find the key.