Skip to content

Commit

Permalink
[Pilot] Print error when failing to import tester (#13216)
Browse files Browse the repository at this point in the history
* [Pilot] Print error when failing to import tester

Right now this fails silently. I was hitting errors due to being rate-limited and I had no way of knowing what was happening.

* Fix linter error
  • Loading branch information
JaviSoto authored and Josh Holtz committed Aug 27, 2018
1 parent 08d7ebd commit 163a68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pilot/lib/pilot/tester_importer.rb
Expand Up @@ -42,8 +42,8 @@ def import_testers(options)
begin
tester_manager.add_tester(config)
imported_tester_count += 1
rescue
# do nothing, move on to the next row
rescue => exception
UI.error("Error adding tester #{email}: #{exception}")
end
end

Expand Down

0 comments on commit 163a68e

Please sign in to comment.