From 2654f8d603a5a401a5cf38e1a989ed49a176f90a Mon Sep 17 00:00:00 2001 From: Marlin Strub Date: Wed, 9 Oct 2024 20:13:25 +0200 Subject: [PATCH] Fix formatting parameter name --- src/ros_d2/ros_d2/helpers/convert.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ros_d2/ros_d2/helpers/convert.py b/src/ros_d2/ros_d2/helpers/convert.py index 736862c..a793a50 100644 --- a/src/ros_d2/ros_d2/helpers/convert.py +++ b/src/ros_d2/ros_d2/helpers/convert.py @@ -26,7 +26,7 @@ def convert(ros_architecture: RosArchitecture, verbose: bool = False) -> str: shape = D2Shape( name=topic.name, shape=Shape.classs, - topic=D2Text(text=concat_strings(topic.types), format=""), + topic=D2Text(text=concat_strings(topic.types), formatting=""), ) else: shape = D2Shape(name=topic.name, shape=Shape.classs)