Skip to content

Commit

Permalink
Handle only RuntimeError
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Jun 17, 2023
1 parent f4dd927 commit fc2fa26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/onceover/controlrepo.rb
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ def print_puppetfile_table
row << "N/A"
end
output_array << row
rescue => e
rescue RuntimeError => e
error = []
error << mod.full_name
error << mod.expected_version
Expand Down

0 comments on commit fc2fa26

Please sign in to comment.