Skip to content

Use labconfig.save_appconfig and load_appconfig #66

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
May 30, 2020

Conversation

chrisjbillington
Copy link
Member

Existing config files were saved with lowercased keys, since
configparser lowercases all keys by default. So if we read the keys
using load_appconfig, we better expect lowercase keys.

Keys added in the future may be any case, this is only required for
reading existing config files.
@chrisjbillington chrisjbillington merged commit 85b60ba into labscript-suite:master May 30, 2020
@chrisjbillington chrisjbillington deleted the fix-config branch May 30, 2020 16:03
Loki27182 pushed a commit to Loki27182/lyse that referenced this pull request Oct 9, 2023
…ipt-suite#66)

Make lyse able to read and write JSON-encoded attrbiutes.

Approved-by: David Meyer <dihm.meyer@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Failing to save config at exit
1 participant