From 0a4ab32810973110e577ba5440a78a1fddc0124a Mon Sep 17 00:00:00 2001 From: Bruno Postle Date: Sat, 11 Jan 2025 13:36:54 +0000 Subject: [PATCH] Fix missing carriage return SyntaxWarning: invalid escape sequence '\I' --- src/bonsai/bonsai/bim/ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bonsai/bonsai/bim/ui.py b/src/bonsai/bonsai/bim/ui.py index 88bcddcc09..42742fb1de 100644 --- a/src/bonsai/bonsai/bim/ui.py +++ b/src/bonsai/bonsai/bim/ui.py @@ -237,7 +237,7 @@ class BIM_ADDON_preferences(bpy.types.AddonPreferences): activate_workspace: BoolProperty( name="Activate BIM Workspace on Startup", default=True, - description="If enabled, this will automatically activate the BIM workspace when opening a project.\It is recommended to keep this `Enabled`", + description="If enabled, this will automatically activate the BIM workspace when opening a project.\nIt is recommended to keep this `Enabled`", ) should_setup_toolbar: BoolProperty( name="Always Show Toolbar In 3D Viewport",