X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2Fbt2%2Finterrupter.py;h=39c22883d2d0304abfdc49b161e8af6efe2d142a;hp=539f99909cadb7a91dbef7dcb8d9bb89c06ec439;hb=f5567ea88d172767b34373bc6e402da8bfd85ef8;hpb=419d8c49bd978a59b8a0619d83cb6ba26b18f970 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)