mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-07-02 09:39:24 +09:00
add(SlaveLogParser): test for psbid 525
This commit is contained in:
parent
f325051a08
commit
2eef64bf5b
2 changed files with 12 additions and 2 deletions
|
@ -144,7 +144,6 @@ function parse_power_section!(lines::Base.Iterators.Stateful)
|
|||
)
|
||||
line = popfirst!(lines) # I'm not sure this mutating operation is called in sequence
|
||||
m = match(re, line)
|
||||
@info "" m line
|
||||
(dac = parse(Int64, m[1]), adc = parse(Int64, m[2]))
|
||||
end |>
|
||||
Tuple |>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue