Closed deathaxe closed 10 months ago
Fixes #316
This commit fixes the following bug:
TagFile class' getitem() method returns Tag objects for invalid tags with only one column or even for empty lines. This causes index errors, when trying to access non-existing columns (not enough \t present in a line).
TagFile
Tag
Fixes #316
This commit fixes the following bug:
TagFile
class' getitem() method returnsTag
objects for invalid tags with only one column or even for empty lines. This causes index errors, when trying to access non-existing columns (not enough \t present in a line).