ansys-pyensight-core 0.8.11__py3-none-any.whl → 0.8.13__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of ansys-pyensight-core might be problematic. Click here for more details.

@@ -314,6 +314,8 @@ class LocalLauncher(Launcher):
314
314
  return
315
315
  except PermissionError:
316
316
  pass
317
+ except FileNotFoundError:
318
+ pass
317
319
  except Exception:
318
320
  raise
319
321
  raise RuntimeError(f"Unable to remove {self.session_directory} in {maximum_wait_secs}s")