Skip to content

Commit

Permalink
modified: eppy/pytest_helpers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Santosh Philip committed Nov 4, 2023
1 parent a1a5b06 commit 31c6042
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eppy/pytest_helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ def do_integration_tests():
"""
try:
result = os.environ["EPPY_INTEGRATION"]
# print(f"{os.environ['LANG'] = }")
print(f"{os.environ['ENERGYPLUS_VERSION'] = }")
result = os.environ['EPPY_INTEGRATION']
print(f" Actual EPPY_INTEGRATION = {result}")
except KeyError as e:
result = False
Expand Down

0 comments on commit 31c6042

Please sign in to comment.