Python4Capella and Daemon error

I am looking for information regarding the following error I get when I try to run the script “Import_physical_components_from_xlsx.py”
error:D:\Laurent\Capella6.0.0\capella\plugins\org.eclipse.ease.lang.python.py4j_0.8.0.I202104091518\pysrc\ease_py4j_main.py:414: DeprecationWarning: setDaemon() is deprecated, set the daemon attribute instead
thread.setDaemon(True)

You can comment those lines, see this issue or you can just change the line with:

t.daemon = True

Thank you for your prompt reply ,Yvan, it works!

1 Like