Skip to content

Commit

Permalink
[core] Reword exe override suggestion
Browse files Browse the repository at this point in the history
  • Loading branch information
derrod committed Jun 1, 2022
1 parent 791fb5d commit f902963
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legendary/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1546,7 +1546,7 @@ def check_installation_conditions(analysis: AnalysisResult,
# todo move this to "install" command as an interactive selection
alt_str = '\n'.join(f' + {alt}' for alt in alts)
results.warnings.add('You may want to consider trying one of the following executables '
f'("--override-exe" launch parameter or "override_exe" config option):\n{alt_str}')
f'(see README for launch parameter/config option usage):\n{alt_str}')

return results

Expand Down

0 comments on commit f902963

Please sign in to comment.