fix small bug
This commit is contained in:
@@ -1390,7 +1390,7 @@ def parsenonpainsled(fileformat,f2,summary):
|
||||
try:
|
||||
row = parsers[fileformat](f2)
|
||||
hasrecognized = True
|
||||
except (KeyError,IndexError):
|
||||
except (KeyError,IndexError,ValueError):
|
||||
hasrecognized = False
|
||||
return None, hasrecognized, '', 'unknown'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user