File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -3426,7 +3426,7 @@ def main():
3426
3426
3427
3427
# Python 3 backwards compatability warning
3428
3428
if sys .version_info [0 ] == 3 :
3429
- warning ("If you're using Python 3 with Mbed OS 5.8 and earlier versions, Python errors will occur when compiling, testing and exporting" )
3429
+ warning ("Python 3 is not yet fully supported: Python errors may occur when compiling, testing and exporting" )
3430
3430
3431
3431
pargs , remainder = parser .parse_known_args ()
3432
3432
status = 1
@@ -3461,10 +3461,6 @@ def main():
3461
3461
if very_verbose :
3462
3462
traceback .print_exc (file = sys .stdout )
3463
3463
error ("Unknown Error: %s" % e , 255 )
3464
- finally :
3465
- # Warn user if Python 3 might have caused an exception.
3466
- if status and sys .version_info [0 ] == 3 :
3467
- warning ("Using Python 3 with Mbed OS 5.8 and earlier can cause errors with compiling, testing and exporting" );
3468
3464
3469
3465
sys .exit (status or 0 )
3470
3466
You can’t perform that action at this time.
0 commit comments