From 13fa0d15645e2d21c9c41d1f6c481233e24a8cfd Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 23 Nov 2015 17:07:24 +0000 Subject: Prepare the removal of workspace and system branches code Change-Id: Id470c7a77a47c89118a5d9d0d23b2206d8a839e4 --- morphlib/plugins/deploy_plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'morphlib/plugins/deploy_plugin.py') diff --git a/morphlib/plugins/deploy_plugin.py b/morphlib/plugins/deploy_plugin.py index 89b88373..189222a8 100644 --- a/morphlib/plugins/deploy_plugin.py +++ b/morphlib/plugins/deploy_plugin.py @@ -335,7 +335,7 @@ class DeployPlugin(cliapp.Plugin): '/', 0) definitions_repo = morphlib.definitions_repo.open( - '.', search_for_root=True, search_workspace=True, app=self.app) + '.', search_for_root=True, app=self.app) cluster_filename = morphlib.util.sanitise_morphology_path(args[0]) cluster_filename = definitions_repo.relative_path(cluster_filename) -- cgit v1.2.1