Skip to content

Commit

Permalink
Fix description
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhankoral committed Nov 1, 2023
1 parent 3d44f7a commit 8c25f85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ class FunctionInputs(AutomateBase):
)
tunnel_width_scale: float = Field(
title="Tunnel width scale",
description="Scale value of the tunnel width according to context objects bounding box. " /
"It scales the inlet surface which we send wind into tunnel.",
description=("Scale value of the tunnel width according to context objects bounding box. "
"It scales the inlet surface which we send wind into tunnel."),
default=5,
)
tunnel_depth_scale: float = Field(
Expand All @@ -70,8 +70,8 @@ class FunctionInputs(AutomateBase):
)
tunnel_height_scale: float = Field(
title="Tunnel height scale",
description="Scale value of the tunnel height according to context objects bounding box." /
"It scales from zGround.",
description=("Scale value of the tunnel height according to context objects bounding box. "
"It scales from zGround."),
default=3,
)

Expand Down

0 comments on commit 8c25f85

Please sign in to comment.