Skip to content

Commit

Permalink
Fix find_moose_executable utility (#29589)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmnobre committed Jan 3, 2025
1 parent 44e87a4 commit 2835848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/mooseutils/mooseutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def find_moose_executable(loc, **kwargs):
exe_name = os.path.join(loc, name + '-' + method)
if os.path.isfile(exe_name):
exe = exe_name
break
break

# Returns the executable or error code
if (exe is None) and show_error:
Expand Down

0 comments on commit 2835848

Please sign in to comment.