Skip to content

Commit 01f301b

Browse files
authored
Merge pull request #68 from ni/escape-y-key
Escape yaml key 'y' to avoid boolean conversion
2 parents e6ec0ac + 718cc77 commit 01f301b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tdm-reader/nitdmreader.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ definitions:
258258
properties:
259259
x:
260260
$ref: '#/definitions/OneChannelData'
261-
y:
261+
'y':
262262
type: array
263263
description: Array of y channels
264264
items:

0 commit comments

Comments
 (0)