Skip to content

Commit

Permalink
Fix implementation variable
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Sep 11, 2024
1 parent 2904e18 commit b7a9911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/be.py
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ class based:
"TERM": "xterm-256color",
"LANG": "en_GB.UTF-8",
"BOARD": board_id,
"IMPLEMENTATION": ".".join(map(str, list(implementation.version))),
"IMPLEMENTATION": ".".join(map(str, list(implementation.version)[:3])),
"IMPLEMENTATION_RAW": uname()[3][: uname()[3].find(" on ")],
"IMPLEMENTATION_DATE": uname()[3][uname()[3].rfind(" ") + 1 :],
"TIMEZONE_OFFSET": 0,
Expand Down

0 comments on commit b7a9911

Please sign in to comment.