Skip to content

Commit

Permalink
YDA-5494: update intake module dataset_directory
Browse files Browse the repository at this point in the history
This attribute was changed as a part of refactoring the intake
module in Yoda 1.8.11 (which included removing duplicate/legacy
attributes).
  • Loading branch information
stsnel committed Oct 17, 2023
1 parent 7b3e0b5 commit d0d6676
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion intake.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ def _intake_scan_for_datasets(ctx, coll, tl_datasets_log_target=''):
+ "> E<" + subscope['experiment_type']
+ "> P<" + subscope['pseudocode']
+ "> V<" + version
+ "> D<" + subscope['dataset_directory']
+ "> D<" + subscope['directory']
+ ">"))

intake_scan.intake_check_datasets(ctx, coll)
Expand Down

0 comments on commit d0d6676

Please sign in to comment.