Skip to content

Commit 05684ae

Browse files
committed
linux printing added
1 parent 78c67ea commit 05684ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/py_dss_interface/DSS.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ def __init__(self, dll_folder_param=None, dll_by_user=None, print_dss_info=False
5353
if not dll_folder_param:
5454
dll_folder_param = os.path.join(pathlib.Path(os.path.dirname(os.path.abspath(__file__))),
5555
"opendss_official", "linux", "cpp")
56+
print(dll_folder_param)
5657
dll_folder_param = pathlib.Path(dll_folder_param)
5758
dll_by_user = DLL_NAME_LINUX
5859

0 commit comments

Comments
 (0)