Skip to content
Snippets Groups Projects

:ambulance: Fix usrbin info

Merged Carlos Brito requested to merge fix-usrbin-info2 into develop
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -70,8 +70,8 @@ class UsrbinParser(object):
if (date_time_re_search is not None):
re_groups = date_time_re_search.groups()
date, time = re_groups[0], re_groups[1]
datetime_ = datetime.strptime(date+time,
DATETIME_FORMAT)
# datetime_ = datetime.strptime(date+time,
# DATETIME_FORMAT)
# Search for bins and bin metadata
mesh_rx_re_search = MESH_RX.search(line)
dim_coord_rx_re_search = DIM_COORD_RX.search(line)
Loading