Skip to content

Commit a7583ce

Browse files
committed
CAP-TYPO: cleaning
1 parent 8b047e6 commit a7583ce

File tree

1 file changed

+1
-2
lines changed
  • src/gh/components/DF_csv_exporter

1 file changed

+1
-2
lines changed

src/gh/components/DF_csv_exporter/code.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ def _prepare_row(self,
107107
"mean": mean
108108
}
109109

110-
# FIXME: find a good design system
111-
# Add extra geometric info based on analysis type
110+
# Add extra geometric info based on analysis type here:
112111
if i_result.analysis_type == "beam":
113112
row.update({
114113
"beam_length": i_result.assembly.beams[idx].length

0 commit comments

Comments
 (0)