Skip to content

Commit

Permalink
Update src/ansys/mapdl/core/errors.py
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 authored Aug 22, 2024
1 parent 1719c3e commit 6289513
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/ansys/mapdl/core/errors.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,9 +372,6 @@ def wrapper(*args, **kwargs):
# Generic error
handle_generic_grpc_error(error, func, args, kwargs, reason, suggestion)

# Break
break

# No exceptions
if threading.current_thread().__class__.__name__ == "_MainThread":
received_interrupt = bool(SIGINT_TRACKER)
Expand Down

0 comments on commit 6289513

Please sign in to comment.