VisionSystemsInc / terra

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

settings_dump_dir #54

Closed drewgilliam closed 4 years ago

drewgilliam commented 4 years ago

Save settings dump files to settings_dump_dir, defaulting to the directory processing_dir\settings_dump. This should eliminate the need for apps to mount the processing directory.

andyneff commented 4 years ago

I'm ok with saying settings_dump in the code, but for the setting name, and directory we create both (exposed to the end used), how about just settings/ for the dir and terra.settings.settings_dir for the setting variable name?