Skip to content

Commit

Permalink
typo for lbl-srg#202
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathadon committed May 22, 2018
1 parent 0e8f582 commit 74d2de4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions buildingspy/development/regressiontest.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,8 @@ def _checkDataDictionary(self):
if modelName in s_tra:
errMes += "*** Error: Model name %s is used by more than one script.\n" \
" You need to make sure that all scripts use each model only once.\n" % modelName
else:
s_tra.add(modelName)

for data in self._data:
if 'FMUName' in data:
Expand Down

0 comments on commit 74d2de4

Please sign in to comment.