FEATURE: import attachments in phpbb3 importer

This commit is contained in:
Neil Lalonde
2014-10-07 16:47:17 -04:00
parent 2fbfc9dffa
commit cea2fe5ee9
2 changed files with 99 additions and 1 deletions

View File

@ -547,7 +547,7 @@ class ImportScripts::Base
end
def print_status(current, max)
print "\r%9d / %d (%5.1f%%)" % [current, max, ((current.to_f / max.to_f) * 100).round(1)]
print "\r%9d / %d (%5.1f%%) " % [current, max, ((current.to_f / max.to_f) * 100).round(1)]
end
def batches(batch_size)