Skip to content

Commit

Permalink
Update dagfactory.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kaxil authored Sep 7, 2024
1 parent 9e406a4 commit d0a30b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dagfactory/dagfactory.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ def load_yaml_dags(
))
for config_file_path in candidate_dag_files:
config_file_abs_path = str(config_file_path.absolute())
logging.info("Loading %s, config_file_abs_path")
logging.info("Loading %s", config_file_abs_path)
try:
DagFactory(config_file_abs_path).generate_dags(globals_dict)
logging.info("DAG loaded: %s", config_file_path)
Expand Down

0 comments on commit d0a30b2

Please sign in to comment.