mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: do not raise exception if the file is missing
This commit is contained in:
@@ -48,7 +48,7 @@ module Jobs
|
||||
save_log "Bulk Invite Process Failed -- '#{e.message}'"
|
||||
@failed += 1
|
||||
ensure
|
||||
file.close
|
||||
file&.close
|
||||
end
|
||||
|
||||
def get_group_ids(group_names, csv_line_number)
|
||||
|
||||
Reference in New Issue
Block a user