Skip to content

Commit

Permalink
Nope - what is dbgap_configs?
Browse files Browse the repository at this point in the history
  • Loading branch information
k-burt-uch committed Feb 18, 2024
1 parent adbf30d commit 2db254a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fence/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def _validate_parent_child_studies(dbgap_configs):
casc_auth_config = dbgap_config.get("parent_to_child_studies_mapping", {})
logger.info(casc_auth_config)
logger.info(casc_auth_config or "ITS ACTUALLY NONE")
logger.info(dbgap_configs)
parent_studies = dbgap_config.get(
"parent_to_child_studies_mapping", {}
).keys()
Expand Down

0 comments on commit 2db254a

Please sign in to comment.