Skip to content
Snippets Groups Projects
Commit dd054cc4 authored by Zach Yarbrough's avatar Zach Yarbrough
Browse files

Add self.buffers = bufs to set_buffer

parent 7e44bdeb
No related branches found
No related tags found
1 merge request!113Buffer bug fix
Pipeline #710793 passed
......@@ -662,6 +662,7 @@ class TSFrame(Frame):
list[SeriesBuffers], the list of buffers to set to
"""
self.__sanity_check(bufs)
self.buffers = bufs
@property
def offset(self) -> int:
......
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