diff options
Diffstat (limited to 'decoders/i2s_dump/pd.py')
-rw-r--r-- | decoders/i2s_dump/pd.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/i2s_dump/pd.py b/decoders/i2s_dump/pd.py index 54aee86..bbeefbe 100644 --- a/decoders/i2s_dump/pd.py +++ b/decoders/i2s_dump/pd.py @@ -51,7 +51,7 @@ class Decoder(srd.Decoder): else: return open(filename, 'wb') - def start(self, metadata): + def start(self): # A filename of 'none' is not allowed (has special meaning). A filename # of '-' means 'stdout'. self.f = self.file_open(self.options['filename']) |