X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Finterrupter.py;h=39c22883d2d0304abfdc49b161e8af6efe2d142a;hb=f5567ea88d172767b34373bc6e402da8bfd85ef8;hp=539f99909cadb7a91dbef7dcb8d9bb89c06ec439;hpb=0235b0db7de5bcacdb3650c92461f2ce5eb2143d;p=babeltrace.git diff --git a/src/bindings/python/bt2/bt2/interrupter.py b/src/bindings/python/bt2/bt2/interrupter.py index 539f9990..39c22883 100644 --- a/src/bindings/python/bt2/bt2/interrupter.py +++ b/src/bindings/python/bt2/bt2/interrupter.py @@ -14,7 +14,7 @@ class Interrupter(object._SharedObject): ptr = native_bt.interrupter_create() if ptr is None: - raise bt2._MemoryError('cannot create interrupter object') + raise bt2._MemoryError("cannot create interrupter object") super().__init__(ptr)