Skip to content

Commit 825ad50

Browse files
author
Addison Klinke
committed
remove commas from Iowa description to avoid CSV confusion
1 parent be59f71 commit 825ad50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsers/ia_state.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def parse_hotlist_line(self, raw_line, alert_config):
5656
bodytype = self.get_vehicle_type(bodytype)
5757

5858
# Format description
59-
description = '%s %s (state=%s, ORI=%s, case number=%s)' % (
59+
description = '%s %s (state=%s ORI=%s case number=%s)' % (
6060
alert_config['name'], bodytype, state, ori, case_number)
6161
description = re.sub(' +', ' ', description)
6262
return {

0 commit comments

Comments
 (0)