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 cab89d5 commit 24c6980Copy full SHA for 24c6980
python/mof.py
@@ -3,7 +3,7 @@
3
import os
4
5
6
-SCHEMA_FILENAME = '../schemas/mof.0.7.schema.json'
+SCHEMA_FILENAME = '../schemas/mof.1.0.schema.json'
7
8
def validate(filename):
9
with open(filename, 'r', encoding='utf-8') as io:
0 commit comments