]> git.openstreetmap.org Git - rails.git/blobdiff - script/statistics
Fix rubocop style issues
[rails.git] / script / statistics
index 47a368a812d7994cfe86b5b2d7ddc70542d5bdd4..4165bb0d36fd8237f033836f38e014cb68c60938 100755 (executable)
@@ -82,7 +82,7 @@ begin
 
     puts "</table>"
   end
-rescue Exception => e
+rescue StandardError => e
   puts "<p><em>Exception: #{e}</em><br />#{e.backtrace.join('<br />')}</p>"
 end