From 0d3f776689c0256bae1384351fe54a4cabcb919d Mon Sep 17 00:00:00 2001 From: Henri Yandell Date: Sat, 14 Nov 2015 03:35:53 -0800 Subject: [PATCH] Give feedback that the reporting phase is occurring --- github-sync/reporting/db_reporter_runner.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/github-sync/reporting/db_reporter_runner.rb b/github-sync/reporting/db_reporter_runner.rb index 33939e4..d09a092 100644 --- a/github-sync/reporting/db_reporter_runner.rb +++ b/github-sync/reporting/db_reporter_runner.rb @@ -62,6 +62,8 @@ def run_db_reports(feedback, dashboard_config, client, sync_db) unless(File.exists?("#{data_directory}/db-report-xml/")) Dir.mkdir("#{data_directory}/db-report-xml/") end + + feedback.puts " reporting" organizations.each do |org| feedback.print " #{org} "