Skip to content

Commit

Permalink
workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchell-tesch committed Mar 10, 2024
1 parent f623eda commit decc8e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pytabs/etabs_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ def __getattr__(cls, name):
pytabs_config = config.read_config()
etabs_api_path = pytabs_config['ETABS']['API_DLL_PATH']

# pythonnet clr-loader import of Marshal - ETABS API requirement
clr.AddReference("System.Runtime.InteropServices")

# pythonnet clr-loader try import of ETABS API DLL (ETABSv1.dll) else load Mock
warnings.filterwarnings('default')
try:
Expand Down

0 comments on commit decc8e0

Please sign in to comment.