You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checks have been added to verify file name lenght and to check if it's really a .yaml file.
All tests are now green.
Fixed error
Moved the syspath cariable to be globally available
Fix error
path variable was named wrong
Try to fix github action error
Changed file name for config file.
Fixed Test
Fixed copyfile for test case
Check if config is valid
load_config now gives correct error messages and does not catch any exceptions.
The functions are now also properly seperated.
removed print statements
Print statements have been removed and replaced them with RuntimeErrors where applicable.
which_path was renamed to default_config_path.
Improved code
I merged the two isInstance calls to improve readability.
0 commit comments