Skip to content

Commit de46b30

Browse files
author
sebastien.bouvard
committed
QPR-13312 ore schema dict modified
1 parent a2ca875 commit de46b30

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

xsd/check.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ def main(xml_path:str, jobs:int=1) -> None:
141141

142142
dict_paths = {
143143
"Examples": os.path.join(dir_name, '..', 'Examples'),
144-
"RegressionTest": os.path.join(dir_name, '..', 'RegressionTests'),
145-
"OREData": os.path.join(dir_name, '..', 'OREData', 'test')
144+
"OREData": os.path.join(dir_name, '..', 'OREData', 'test'),
145+
"QuantExt": os.path.join(dir_name, '..', 'QuantExt', 'test')
146146
}
147147

148148
# Preprocess and compile schema once

0 commit comments

Comments
 (0)