We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5e3ec53 + 938a07a commit 3647793Copy full SHA for 3647793
1 file changed
RFEM/ImportExport/imports.py
@@ -5,7 +5,7 @@
5
os.path.dirname(__file__),
6
os.pardir)
7
)
8
-sys.path.clear()
+
9
sys.path.append(PROJECT_ROOT)
10
from RFEM.initModel import Model
11
from RFEM import connectionGlobals
@@ -51,4 +51,4 @@ def setSAFSettings(SafConfiguration):
51
Args:
52
SafConfiguration (ns0:SafConfiguration) SAF settings obtained by getSAFSettings()
53
'''
54
- connectionGlobals.client.service.set_saf_settings(SafConfiguration)
+ connectionGlobals.client.service.set_saf_settings(SafConfiguration)
0 commit comments