Change models file hierarchy.

This commit is contained in:
uggla 2015-07-08 13:27:43 +02:00
parent b68e4a3589
commit 19fb04ed21
4 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Model(object):
def read_ref_files(self):
cwd = os.getcwd()
model_files = glob.glob(cwd + "/model/*.json") # change hierarchy model/std/*.json
model_files = glob.glob(cwd + "/model/redfish/*.json") # hierarchy model/std/*.json
for file in model_files:
# Derive attribute name from file.