Skip to content

Commit

Permalink
Merge pull request MarlinFirmware#4355 from wavexx/lang_hardcode
Browse files Browse the repository at this point in the history
lang: Do not hardcode python executable name
  • Loading branch information
3d-gussner authored Aug 31, 2023
2 parents 4a4eacd + 105a6b9 commit a28779b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lang/update-pot.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def main():
try:
subprocess.check_call(
[
"python",
sys.executable,
SCRIPT_PATH,
"--no-missing",
"-s",
Expand Down

0 comments on commit a28779b

Please sign in to comment.