Skip to content

Commit

Permalink
Merge pull request idaholab#29638 from idaholab/revert-29589-moosedocs
Browse files Browse the repository at this point in the history
Revert "Fix find_moose_executable utility"
  • Loading branch information
loganharbour authored Jan 3, 2025
2 parents 90a2914 + 741ff2f commit 44e87a4
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 44e87a4

Please sign in to comment.