canfestival/config_utils.py
changeset 1768 691083b5682a
parent 1767 c74815729afd
child 1782 5b6ad7a7fd9d
--- a/canfestival/config_utils.py	Fri Aug 18 12:36:31 2017 +0300
+++ b/canfestival/config_utils.py	Fri Aug 18 20:14:38 2017 +0300
@@ -320,8 +320,10 @@
         @param pdomapping: list od variables to map with PDO
         """
         # Add an entry to MasterMapping
-        self.MasterMapping[pdocobid] = {"type": InvertPDOType[pdotype],
-            "mapping": [None] + [(loc_infos["type"], name) for name, loc_infos in pdomapping]}
+        self.MasterMapping[pdocobid] = {
+            "type":    InvertPDOType[pdotype],
+            "mapping": [None] + [(loc_infos["type"], name) for name, loc_infos in pdomapping]
+        }
 
         # Return the data to add to DCF
         if sync_TPDOs: