Skip to content

Commit

Permalink
added debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati committed Jan 17, 2024
1 parent bbddefc commit f15e7dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openfl/federated/task/runner_gandlf.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ def __init__(
gandlf_config = yaml.safe_load(open(gandlf_config, "r"))

try:
self.logger.info("Trying GANDLF.parseConfig.")
self.logger.info(gandlf_config)
gandlf_config = parseConfig(gandlf_config)
except Exception:
self.logger.info("WARNING: GANDLF.parseConfig did not work as expected.")
Expand Down

0 comments on commit f15e7dc

Please sign in to comment.