mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
artiq_influxdb: Support append() in dataset _Mock
This went undetected as append mods were not actually in use in any part of the codebase previously.
This commit is contained in:
parent
bf84226c7d
commit
56b2e0c262
@ -131,6 +131,9 @@ class _Mock:
|
||||
def __delitem__(self, k):
|
||||
pass
|
||||
|
||||
def append(self, v):
|
||||
pass
|
||||
|
||||
|
||||
class Datasets:
|
||||
def __init__(self, filter_function, writer, init):
|
||||
|
Loading…
Reference in New Issue
Block a user