Commit 0920b07f45bc73a294ca94b9f190712f824f4207

Authored by Antonio Terceiro
1 parent b76d0926

ActionItem305: remarking that only the user with errors is not imported

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
script/import-cooperation.net
@@ -79,6 +79,6 @@ for username in ARGV @@ -79,6 +79,6 @@ for username in ARGV
79 $stderr.puts "E: importing <#{username}> failed." 79 $stderr.puts "E: importing <#{username}> failed."
80 $stderr.puts e 80 $stderr.puts e
81 $stderr.puts "==================================" 81 $stderr.puts "=================================="
82 - $stderr.puts "E: Note that ALL operations above were CANCELLED due to these errors." 82 + $stderr.puts "E: Note that ALL operations above relative to <#{username}> were CANCELLED due to these errors."
83 end 83 end
84 end 84 end