File diff c3c19b0ad21c → 547ae657808f
tests/test_plugin_run.py
Show inline comments
...
 
@@ -35,7 +35,7 @@ class TransactionCounter:
 
class PostingCounter(TransactionCounter):
 
    HOOK_GROUPS = frozenset(['Posting', 'counter'])
 

	
 
    def run(self, txn, post):
 
    def run(self, txn, post, post_index):
 
        return ['post:{}'.format(id(post))]