[PR #101] [MERGED] Fix sys in Python toolbox #255

Closed
opened 2026-05-06 13:16:29 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/UpsilonNumworks/Upsilon/pull/101
Author: @Yaya-Cout
Created: 12/15/2021
Status: Merged
Merged: 12/17/2021
Merged by: @Lauryy06

Base: upsilon-devHead: mpy-update


📝 Commits (1)

  • ed5cff1 Fix sys in Python toolbox

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 apps/code/python_toolbox.cpp (+2 -2)

📄 Description

In #100, I updated MicroPython and I removed the sys module, unfortunately, I used ifdef MICROPY_PY_SYS instead of #if MICROPY_PY_SYS to check if the sys module is enabled in the toolbox so the sys module is always displayed


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/UpsilonNumworks/Upsilon/pull/101 **Author:** [@Yaya-Cout](https://github.com/Yaya-Cout) **Created:** 12/15/2021 **Status:** ✅ Merged **Merged:** 12/17/2021 **Merged by:** [@Lauryy06](https://github.com/Lauryy06) **Base:** `upsilon-dev` ← **Head:** `mpy-update` --- ### 📝 Commits (1) - [`ed5cff1`](https://github.com/UpsilonNumworks/Upsilon/commit/ed5cff15c6f6eb6a8fdb8c6f0e1e12a987c6a8c9) Fix sys in Python toolbox ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `apps/code/python_toolbox.cpp` (+2 -2) </details> ### 📄 Description In #100, I updated MicroPython and I removed the sys module, unfortunately, I used `ifdef MICROPY_PY_SYS` instead of `#if MICROPY_PY_SYS` to check if the sys module is enabled in the toolbox so the sys module is always displayed --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
BreizhHardware 2026-05-06 13:16:29 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#255
No description provided.