mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Use a more correct method name
This commit is contained in:
@@ -183,7 +183,7 @@ class EncodedDataStore:
|
||||
self.data_store(self.decoder.take_output())
|
||||
|
||||
def flush_encoded_data(self) -> None:
|
||||
self.decoder.flush()
|
||||
self.decoder.reinitialize()
|
||||
if len(self.decoder):
|
||||
self.data_store(self.decoder.take_output())
|
||||
|
||||
|
||||
Reference in New Issue
Block a user