lib, bt2: make query method receive custom data
[babeltrace.git] / tests / bindings / python / bt2 / test_error.py
index 9c2a9e52df3a04887323786cb1798da0589ae4d3..11328db7b1814e427dd56b3123028e4baa866866 100644 (file)
@@ -70,7 +70,7 @@ class SinkWithFailingQuery(bt2._UserSinkComponent):
         pass
 
     @staticmethod
-    def _user_query(priv_executor, obj, params):
+    def _user_query(priv_executor, obj, params, method_obj):
         raise ValueError('Query is failing')
 
 
This page took 0.024052 seconds and 4 git commands to generate.