diff options
Diffstat (limited to 'parsers')
-rw-r--r-- | parsers/QMs.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/parsers/QMs.py b/parsers/QMs.py index 571ec28..ef38c3f 100644 --- a/parsers/QMs.py +++ b/parsers/QMs.py @@ -82,9 +82,9 @@ def parseCaveQMs(cave,inputFile): except KeyError: #check on this one continue -# except IndexError: -# print "Index error in " + str(line) -# continue + except IndexError: + print "Index error in " + str(line) + continue def parse_KH_QMs(kh, inputFile): """import QMs from the 1623-161 (Kaninchenhöhle) html pages |