VisionSystemsInc / terra

Terra - Run your algorithm anywhere on earth
MIT License
0 stars 3 forks source link

Fix processing dir default #52

Closed andyneff closed 4 years ago

andyneff commented 4 years ago

The code for using settings.terra.config_file to determine settings.processing_dir was not working due to a chicken-egg issue.

Call _setup

The solution was essentially to use a global/singleton variable 😞 to get around this issue.

andyneff commented 4 years ago

Merge after #51

Fixes https://bitbucket.org/visionsystemsinc/terra_dsm/pull-requests/203