Skip to content

Commit 4ca46ef

Browse files
committed
Closes #128
1 parent e8640ef commit 4ca46ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

legistar/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def parseDataTable(self, table):
186186
if field.find('.//a') is not None:
187187
address = self._get_link_address(field.find('.//a'))
188188
if address:
189-
if key in ['', 'ics'] and 'View.ashx?M=IC' in address:
189+
if key.strip() in ['', 'ics'] and 'View.ashx?M=IC' in address:
190190
key = 'iCalendar'
191191
value = {'url': address}
192192
else:

0 commit comments

Comments
 (0)