FIX: JSON schema now is more permissive, and fixed if-conditions.
Compare changes
+ 14
− 9
@@ -84,23 +84,28 @@ def config_to_yaml(config):
@@ -84,23 +84,28 @@ def config_to_yaml(config):
"""Function to read config files from different paths. Checks for path in $PYCAOSDBINI or home directory (.pycaosdb.ini) and in the current working directory (pycaosdb.ini).
[list]: list with successfully parsed ini-files. Order: env_var or home directory, cwd. Used for testing the function.