diff -r 45d6f5fba016 -r 6046ffa2280f canfestival/config_utils.py --- 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