diff --git a/arc/job/trsh.py b/arc/job/trsh.py index 7261605a66..a522f2a080 100644 --- a/arc/job/trsh.py +++ b/arc/job/trsh.py @@ -1866,8 +1866,6 @@ def trsh_keyword_unconverged(job_status, ess_trsh_methods, trsh_keyword, couldnt ess_trsh_methods.append('fine') fine = True couldnt_trsh = False - else: - fine = False return ess_trsh_methods, trsh_keyword, fine, couldnt_trsh