diff options
Diffstat (limited to 'python/gras/GRAS_Block.i')
-rw-r--r-- | python/gras/GRAS_Block.i | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/gras/GRAS_Block.i b/python/gras/GRAS_Block.i index b4d8293..84d6548 100644 --- a/python/gras/GRAS_Block.i +++ b/python/gras/GRAS_Block.i @@ -79,7 +79,8 @@ struct BlockPython : Block virtual ~BlockPython(void) { - //NOP + PyTSPhondler phil; + this->reset(); } void notify_active(void) |