mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-05-09 08:25:44 +02:00
[PR #101] [MERGED] Fix sys in Python toolbox #255
Labels
No labels
bug
duplicate
easy
enhancement
enhancement
fixed
fixed
good first issue
hard
invalid
pull-request
wontfix
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Upsilon#255
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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-dev← Head:mpy-update📝 Commits (1)
ed5cff1Fix 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_SYSinstead of#if MICROPY_PY_SYSto 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.