Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simrad-flask
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
lhcb-fence
simrad-flask
Merge requests
!59
Fix usrbin info
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix usrbin info
fix-usrbin-info2
into
develop
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Carlos Brito
requested to merge
fix-usrbin-info2
into
develop
1 month ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
develop
develop (base)
and
latest version
latest version
048ab0fc
1 commit,
1 month ago
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
simrad_server/resources/scripts/parsers/scoring_parsers/usrbin_parser.py
+
2
−
2
Options
@@ -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