sonia-auv / sonia_common

SONIA's common packages module, include all common classes that could be use around all our modules
GNU General Public License v3.0
0 stars 1 forks source link

Fix getenv value for SONIA_WS #42

Closed ProgHunter closed 3 years ago

ProgHunter commented 3 years ago

Description

Modify the name of the env var for SONIA workspace. The process is terminated if the env var is not found due to NULL returned to init the string.

Fixes

Link all the related issues from the issue tracker (I don't think there's an issue for this one)

How has this been tested ?

Tested with proc_image_processing using docker

Checklist