Skip to content

Commit d0bf3bf

Browse files
author
Cruz Monrreal
authored
Updated Python 3 warning message
1 parent 1988a72 commit d0bf3bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2989,7 +2989,7 @@ def main():
29892989

29902990
# Python 3 backwards compatability warning
29912991
if sys.version_info[0] == 3:
2992-
warning("Usage of Python 3 requires Mbed OS >= v5.9")
2992+
warning("If you're using Python 3 with Mbed OS 5.8 and earlier versions, Python errors will occur when compiling, testing and exporting")
29932993

29942994
pargs, remainder = parser.parse_known_args()
29952995
status = 1

0 commit comments

Comments
 (0)