Skip to content

Commit

Permalink
MAINT: Fix opening of remote projects
Browse files Browse the repository at this point in the history
  • Loading branch information
rfahlberg committed May 2, 2024
1 parent 1341fcb commit 248ce42
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ansys/optislang/core/tcp/osl_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -3020,9 +3020,6 @@ def open(
file_path = self.__cast_to_path(file_path=file_path)
self.__validate_path(file_path=file_path)

if not file_path.is_file():
raise FileNotFoundError(f'File "{file_path}" doesn\'t exist.')

current_func_name = self.open.__name__

if self.__osl_version[0] < 24:
Expand Down

0 comments on commit 248ce42

Please sign in to comment.