mirror of
https://github.com/tbabej/taskwiki.git
synced 2025-08-20 01:03:06 +02:00
BufferProxy: Fix wrong argument order
This commit is contained in:
parent
0d1a457506
commit
cda27d960e
2 changed files with 6 additions and 3 deletions
|
@ -307,7 +307,7 @@ class MockBuffer(object):
|
|||
if position is None:
|
||||
self.data.append(data)
|
||||
else:
|
||||
self.data.insert(data, 0)
|
||||
self.data.insert(position, data)
|
||||
|
||||
|
||||
# Mock Cache object
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue