]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/mass_migrate.py
More robust handling for symlinks and Git rematching.
[wizard.git] / wizard / command / mass_migrate.py
index 98c05091ee62f51f9d447cad6d5ef2bfda0fdf0b..956399a009d034a86a16e4ef5ea505981be4738b 100644 (file)
@@ -37,7 +37,7 @@ def main(argv, baton):
             def on_success(stdout, stderr):
                 if stderr:
                     logging.warning("Warnings [%04d] %s:\n%s" % (i, d.location, stderr))
-                    runtime.write("warning", i, d.location)
+                    runtime.write("warnings", i, d.location)
                 runtime.write("success", i, d.location)
             def on_error(e):
                 if e.name == "wizard.command.migrate.AlreadyMigratedError" or \