aboutsummaryrefslogtreecommitdiffstats
path: root/deploy
diff options
context:
space:
mode:
authorPeter Barabas <peter.barabas@ericsson.com>2016-04-07 09:14:12 +0200
committerPeter Barabas <peter.barabas@ericsson.com>2016-04-07 09:14:12 +0200
commit8e91da9cbbb698e7f8531973299f81411a2532d2 (patch)
tree114a7c0d0235e6e4d6cf788e97f43b7811690399 /deploy
parent4cd78eff65a58a699906347e59886e6380b855ef (diff)
Fix wrong indentation
Change-Id: I215da0a101d94e2c3fd4aeea80b98f7c9aefe0fb Signed-off-by: Peter Barabas <peter.barabas@ericsson.com>
Diffstat (limited to 'deploy')
-rw-r--r--deploy/deploy-config.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/deploy-config.py b/deploy/deploy-config.py
index d1e9cd47a..d02a93717 100644
--- a/deploy/deploy-config.py
+++ b/deploy/deploy-config.py
@@ -86,8 +86,8 @@ def warning(msg):
'NC': NC})
def setup_yaml():
- represent_dict_order = lambda self, data: self.represent_mapping('tag:yaml.org,2002:map', data.items())
- yaml.add_representer(collections.OrderedDict, represent_dict_order)
+ represent_dict_order = lambda self, data: self.represent_mapping('tag:yaml.org,2002:map', data.items())
+ yaml.add_representer(collections.OrderedDict, represent_dict_order)
def sha_uri(uri):
import hashlib