]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/mass_migrate.py
Refine mass-upgrade script and others from brief test runs.
[wizard.git] / wizard / command / mass_migrate.py
index 04ea06f934591eea1d8bf252aa1c653cb00f9db0..278c5e6e4acce57d6598100ad97271dd3c43c3b5 100644 (file)
@@ -89,8 +89,6 @@ the scripts AFS patch."""
         parser.error("too many arguments")
     elif not args:
         parser.error("must specify application to migrate")
-    if options.dry_run:
-        options.no_parallelize = True
     return options, args
 
 def calculate_base_args(options):