canfestival/config_utils.py
changeset 1747 6046ffa2280f
parent 1744 69dfdb26f600
child 1749 d73b64672238
--- a/canfestival/config_utils.py	Wed Aug 16 12:03:46 2017 +0300
+++ b/canfestival/config_utils.py	Wed Aug 16 12:21:05 2017 +0300
@@ -667,7 +667,7 @@
             subentry_infos = slave.GetSubentryInfos(index, subindex)
             if subentry_infos["type"] != COlocationtype:
                 raise PDOmappingException, _("Invalid type \"{a1}\"-> {a2} != {a3} for location \"{a4}\"").\
-                    format( a1=location["IEC_TYPE"], a2=COlocationtype, a3=subentry_infos["type"], a4=name)
+                    format(a1=location["IEC_TYPE"], a2=COlocationtype, a3=subentry_infos["type"], a4=name)
 
             IECLocations[name] = COlocationtype
             pointers[(index, subindex)] = name