summaryrefslogtreecommitdiff
path: root/morphlib
diff options
context:
space:
mode:
authorAdam Coldrick <adam.coldrick@codethink.co.uk>2015-03-23 13:11:05 +0000
committerMorph (on behalf of Adam Coldrick) <adam.coldrick@codethink.co.uk>2015-03-23 13:11:05 +0000
commit68b2b3f87809939140041a55cd5e740798164073 (patch)
tree39b6eb4053aa2f9993f131ff308736609d3c0620 /morphlib
parenta29dde0c37cdc0aaa6451d84df70b5bf242fc6ba (diff)
downloadmorph-68b2b3f87809939140041a55cd5e740798164073.tar.gz
Morph build ae37d017f2c449fb800380b45b1fd162
System branch: master
Diffstat (limited to 'morphlib')
-rw-r--r--morphlib/plugins/deploy_plugin.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py
index 01345baa..7115980c 100644
--- a/morphlib/plugins/deploy_plugin.py
+++ b/morphlib/plugins/deploy_plugin.py
@@ -628,6 +628,7 @@ class DeployPlugin(cliapp.Plugin):
raise cliapp.AppException('Deployment failed as no components '
'were specified for deployment and '
'--partial was set.')
+ print components
for name, artifact in components:
deps = artifact.source.dependencies
morphlib.builder.download_depends(deps, bc.lac, bc.rac)