We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c042ac commit c98073aCopy full SHA for c98073a
src/ansys/tools/installer/main.py
@@ -740,7 +740,13 @@ def _run_install_python(self, filename):
740
741
742
def __restore_windows_dll_load():
743
- """PyInstaller on Windows may break DLL loading. This function restores it."""
+ """Restore DLL loading on Windows.
744
+
745
+ Notes
746
+ -----
747
+ PyInstaller on Windows may break DLL loading.
748
+ This function restores the DLL loading on Windows.
749
+ """
750
import sys
751
752
LOG.debug(f"sys.platform: {sys.platform}")
0 commit comments