Remove `skip-string-normalization` in Python formatter config
[babeltrace.git] / src / bindings / python / bt2 / bt2 / component_descriptor.py
index b4557a05b7cd10743caf88369f91f0571cc980be..c09c98ef521eca5341cf971f6c2dd83ae0fe2051 100644 (file)
@@ -53,7 +53,7 @@ class ComponentDescriptor:
         base_cc_ptr = component_class._bt_component_class_ptr()
 
         if obj is not None and not native_bt.bt2_is_python_component_class(base_cc_ptr):
-            raise ValueError('cannot pass a Python object to a non-Python component')
+            raise ValueError("cannot pass a Python object to a non-Python component")
 
         self._comp_cls = component_class
         self._params = bt2.create_value(params)
This page took 0.023334 seconds and 4 git commands to generate.