Skip to content

Commit

Permalink
Removed underscores from Automated Testing location name
Browse files Browse the repository at this point in the history
  • Loading branch information
astronobri committed Jan 4, 2024
1 parent 5565ce7 commit f9e2220
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omf/models/derUtilityCost.py
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ def new(modelDir):
@neoMetaModel_test_setup
def _tests():
## Location
modelLoc = pJoin(__neoMetaModel__._omfDir,"data","Model","admin","Automated_Testing_of_" + modelName)
modelLoc = pJoin(__neoMetaModel__._omfDir,"data","Model","admin","Automated Testing of " + modelName)
## Blow away old test results if necessary.
try:
shutil.rmtree(modelLoc)
Expand Down

0 comments on commit f9e2220

Please sign in to comment.