Skip to content
Snippets Groups Projects
Commit 68072bab authored by Chad Hanna's avatar Chad Hanna
Browse files

lloidparts.py: fix typo

parent 3840e68d
No related branches found
No related tags found
No related merge requests found
......@@ -678,7 +678,7 @@ def mkLLOIDbranch(pipeline, src, bank, bank_fragment, (control_snk, control_src)
src = pipeparts.mktee(pipeline, src) # comment-out if the tee above is uncommented
elem = pipeparts.mkqueue(pipeline, pipeparts.mksumsquares(pipeline, src, weights = bank_fragment.sum_of_squares_weights), max_size_buffers = 0, max_size_bytes = 0, max_size_time = block_duration)
elem = pipeparts.mkchecktimestamps(pipeline, elem, "timestamps_%s_after_sumsquare" % logname)
elem = pipeline, pipeparts.mkresample(pipeline, elem, quality = 9)
elem = pipeparts.mkresample(pipeline, elem, quality = 9)
elem = pipeparts.mkchecktimestamps(pipeline, elem, "timestamps_%s_after_sumsquare_resampler" % logname)
elem.link(control_snk)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment