blurstudio / hab

A application environment and launcher
GNU Lesser General Public License v3.0
25 stars 3 forks source link

Formatter now handles un-set environment variables #106

Closed MHendricks closed 4 days ago

MHendricks commented 4 days ago

Addresses https://github.com/blurstudio/hab-gui/issues/24. Refactor the hab Formatter class so the parse method converts !e to literal text or a standard !s conversion. Also uses the get_field method to extract env var's on demand instead of adding all env vars to the provided kwargs.

Checklist

Types of Changes

Proposed Changes