Skip to content

Commit

Permalink
Remove statement with no effect
Browse files Browse the repository at this point in the history
  • Loading branch information
oyvindeide committed Aug 5, 2024
1 parent 4272fc5 commit 07f92df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ert/run_models/base_run_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,8 +314,8 @@ def start_simulations_thread(
self._completed_realizations_mask = []
failed = True
exception = e
except UserWarning as e:
exception = e
except UserWarning:
pass
except Exception as e:
failed = True
exception = e
Expand Down

0 comments on commit 07f92df

Please sign in to comment.