We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b32ad9b commit 91b3815Copy full SHA for 91b3815
openglider/glider/glider.py
@@ -30,7 +30,7 @@
30
31
class Glider:
32
cell_naming_scheme = "{cell_no}"
33
- rib_naming_scheme = "{rib_no}"
+ rib_naming_scheme = "p{rib_no}"
34
35
cells: list[Cell]
36
lineset: LineSet
0 commit comments