Skip to content

Commit 4c659bc

Browse files
authored
TagParser CRITICAL v0.0.89
1 parent 1479110 commit 4c659bc

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

m3ufu.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
MAJOR = "0"
2424
MINOR = "0"
25-
MAINTAINENCE = "87"
25+
MAINTAINENCE = "89"
2626

2727

2828
def version():
@@ -156,6 +156,8 @@ def _parse_tags(self, line):
156156
associated attributes
157157
"""
158158
line = line.replace(" ", "")
159+
if not line:
160+
return
159161
if line[0] !='#':
160162
return
161163
if ":" not in line:

0 commit comments

Comments
 (0)