afids / afids-validator

Validator for the anatomical fiducial placement protocol
https://validator.afids.io
GNU General Public License v3.0
2 stars 4 forks source link

ENH: Python dotenv #146

Closed kaitj closed 3 years ago

kaitj commented 3 years ago

Proposed changes

Makes use of the python-dotenv library to grab the configuration variables from a .env file without need to export the file prior to use. These changes were originally made based on an old version of master. This PR includes a rebase from the remaster-code branch, which is just waiting to be merged at the next meeting. Local tests have this working.

Types of changes

What types of changes does your code introduce? Put an x in the boxes that apply

Checklist

Put an x in the boxes that apply. You can also fill these out after creating the PR. If you are unsure about any of the choices, don't hesitate to ask!

Notes

All PRs will undergo the unit testing before being reviewed. You may be requested to explain or make additional changes before the PR is accepted.

_PR template was adopted from appium_

tkkuehn commented 3 years ago

@kaitj Looks like some of the changes you made didn't get pushed to github?

kaitj commented 3 years ago

@kaitj Looks like some of the changes you made didn't get pushed to github?

Huh that was weird. It was staged but never committed.