Skip to content

Commit 68c70eb

Browse files
committed
Fixup manifestVersion in sample to avoid being parsed as a number
The Yaml spec defines different scalar types, and unquoted strings are parsed as numbers if the string can be parsed as a number. To ensure a number is parsed as a string, it has to be enclosed in quotes or include some character than cannot be in a number.
1 parent a70c470 commit 68c70eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/onnx/Jozufile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
manifestVersion: 1.0
1+
manifestVersion: v1.0.0
22
package:
33
name: Densenet-ONNX
44
description: >-

0 commit comments

Comments
 (0)