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