Skip to content

Commit a97c812

Browse files
committed
Update openTEPES.py
1 parent 8244340 commit a97c812

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

openTEPES/openTEPES.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ def openTEPES_run(DirName, CaseName, SolverName, pIndOutputResults, pIndLogConso
502502
"total_seconds": round(_TotalSeconds, 2),
503503
"solver": SolverName,
504504
"backend": getattr(mTEPES, "pOutputBackend", "csv"),
505-
"opentepees_version": "4.18.17RC",
505+
"opentepes_version": "4.18.17RC",
506506
"run_started_utc": _RunStartedUtc,
507507
"run_finished_utc": datetime.datetime.utcnow().isoformat(timespec="seconds") + "Z",
508508
"outputs_enabled": [k for k, v in _flags.items() if v],

0 commit comments

Comments
 (0)