Skip to content

Commit

Permalink
Update helpers.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
pattacini authored Oct 17, 2024
1 parent 60faacf commit 2e1369c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ def get_entries(dirname)
if files then
files.each { |file|
if !file.empty? then
# see https://stackoverflow.com/a/71192990/3956237
begin
doc = YAML.load_file(file, aliases: true)
rescue ArgumentError
Expand Down

0 comments on commit 2e1369c

Please sign in to comment.