format fix

This commit is contained in:
Petr Korolev
2015-02-18 23:36:07 +02:00
parent 5422e58508
commit dd2be24d3b
2 changed files with 46 additions and 39 deletions
+3 -1
View File
@@ -260,13 +260,15 @@ module GitHubChangelogGenerator
threads << Thread.new {
self.get_time_of_tag(tag, @tag_times_hash)
if @options[:verbose]
i+=1
print "Fetching tags dates: #{i+1}/#{all}\r"
i+=1
end
}
}
print " \r"
threads.each { |thr| thr.join }
if @options[:verbose]