Skip to content

Commit

Permalink
update the comments for @path in wip_list method
Browse files Browse the repository at this point in the history
  • Loading branch information
wendyyang committed Aug 28, 2024
1 parent 9949dec commit d3cd433
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 d3cd433

Please sign in to comment.