diff --git a/scripts/importer/validateData.py b/scripts/importer/validateData.py index 079479ba..6dc59606 100755 --- a/scripts/importer/validateData.py +++ b/scripts/importer/validateData.py @@ -2726,7 +2726,7 @@ def checkLine(self, data): pass elif data_type == 'NUMBER': if not self.checkFloat(value): - if (value[0] in ('>','<')) and value[1:].isdigit(): + if (value[0] in ('>','<')) and self.checkFloat(value[1:]): pass else: self.logger.error(