Commit 0920b07f45bc73a294ca94b9f190712f824f4207
1 parent
b76d0926
Exists in
master
and in
29 other branches
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 | 79 | $stderr.puts "E: importing <#{username}> failed." |
80 | 80 | $stderr.puts e |
81 | 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 | 83 | end |
84 | 84 | end | ... | ... |