Skip to content

Commit

Permalink
Merge pull request #4307 from sanger/4178-y24-172---make_WIP_identica…
Browse files Browse the repository at this point in the history
…l_in_SS_Limber

update the comments for @path in wip_list method
  • Loading branch information
wendyyang authored Aug 30, 2024
2 parents 37f0bd4 + d3cd433 commit 6b78652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/record_loader/application_record_loader.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ def wip_list
return [] unless deploy_wip_pipelines

wip_files = []
# @path returns 'config/default_records' directory
# @path is initialised from the directory argument passed to the initialiser method of the super class.
# By default, it returns 'config/default_records' directory
# see https://github.com/sanger/record_loader/blob/master/lib/record_loader/base.rb
wip_files_path = @path
Find.find(wip_files_path) do |path|
Expand Down

0 comments on commit 6b78652

Please sign in to comment.