We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a1ec2 commit ae6bf3dCopy full SHA for ae6bf3d
map2loop/mapdata.py
@@ -710,7 +710,6 @@ def check_map(self, datatype: Datatype):
710
elif datatype == Datatype.FAULT:
711
validity_check, message = check_fault_fields_validity(mapdata = self)
712
if validity_check:
713
- logger.error(f"Datatype FAULT - data validation failed: {message}")
714
raise ValueError(f"Datatype FAULT - data validation failed: {message}")
715
func = self.parse_fault_map
716
0 commit comments