canfestival/config_utils.py
changeset 1722 89824afffef2
parent 1581 2295fdc5c271
child 1730 64d8f52bc8c8
--- a/canfestival/config_utils.py	Sun Jul 30 13:54:51 2017 -0700
+++ b/canfestival/config_utils.py	Mon Aug 07 14:28:29 2017 +0300
@@ -378,7 +378,7 @@
                         numbit = None
                     
                     if location["IEC_TYPE"] != "BOOL" and subentry_infos["type"] != COlocationtype:
-                        raise PDOmappingException, _("Invalid type \"{a1}\"-> {a2} != {a3}  for location\"{a4}\"").\
+                        raise PDOmappingException, _("Invalid type \"{a1}\"-> {a2} != {a3}  for location \"{a4}\"").\
                             format(a1 = location["IEC_TYPE"], a2 = COlocationtype, a3 = subentry_infos["type"] , a4 = name)
                     
                     typeinfos = node.GetEntryInfos(COlocationtype)