Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit cbd3c268 authored by florez_j's avatar florez_j
Browse files

Defined multiple units as a string consisting of comma separated units. e.g.,...

Defined multiple units as a string consisting of comma separated units. e.g., instead of a list ['mBar','Torr'], 'mBar,Torr'. This change requires no adaptation of the source code
parent 48ba7cf6
No related branches found
No related tags found
No related merge requests found
......@@ -17,13 +17,11 @@ table_header:
rename_as: vapore_pressure_2_in
4_Baratron 1 in:
desc: Baratron measurement 1
unit: ['mBar','Torr']
unit: 'mBar,Torr'
rename_as: baratron_1_in
5_Baratron 2 in:
desc: Baratron measurement 2
unit:
- mBar
- Torr
unit: 'mBar,Torr'
rename_as: baratron_2_in
6_Baratron 3 in:
desc: Baratron measurement 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment