Skip to content
Snippets Groups Projects
Commit a3c5291c authored by Henrique Varella Ehrenfried's avatar Henrique Varella Ehrenfried :speech_balloon:
Browse files

Fix wrong text in log

parent f67fe005
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class Main
print "\n--- Trabalhando ".light_cyan.bold +
"no arquivo #{f.split('/').last} ".light_cyan.bold +
"(#{@tools.get_file_size(f)})".light_magenta.bold +
" (Arquivo #{i+1} de @files.length) ---\n\n".bold
" (Arquivo #{i+1} de #{@files.length}) ---\n\n".bold
cleanup_files = [f]
if @change_encoding
@tools.convert_encoding(f, "#{f.split('.')[0]}-encoded.csv",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment