Skip to content

Commit

Permalink
Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
jorg-vr committed Nov 25, 2024
1 parent e8ae24c commit e4773af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/repository.rb
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ def process_activities
read_config_file(full_path.join(Activity::DIRCONFIG_FILE))
rescue ConfigParseError => e
errors.push e
raise AggregatedConfigErrors.new(self, errors)
activity_dirs_and_configs = []
end

existing_activities = activity_dirs_and_configs
Expand Down

0 comments on commit e4773af

Please sign in to comment.