]> scripts.mit.edu Git - wizard.git/blobdiff - wizard/command/massmigrate.py
Refactor get*() to .() with property decorator.
[wizard.git] / wizard / command / massmigrate.py
index 1c9c5f434ae0c8d179ba47f28a6c2825c01b455c..6c107e0fd75ce53aae68b1df0aa6297914e9cd21 100644 (file)
@@ -28,7 +28,7 @@ def main(argv, baton):
             d = deploy.Deployment.parse(line)
         except deploy.DeploymentParseError, deploy.NoSuchApplication:
             continue
-        name = d.getApplication().name
+        name = d.application.name
         if name != app: continue
         if d.location in seen:
             continue