You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error message given by MrPython for the following (erroneous) code contains the wrong line number:
show_image(draw_line)
Erreur: ligne 67
==> AttributeError: 'function' object has no attribute 'objects'
I assume this is the location of the definition of the show_image function. I would rather expect the location of the error in my file (in this case, line 1).
The error message given by MrPython for the following (erroneous) code contains the wrong line number:
I assume this is the location of the definition of the
show_image
function. I would rather expect the location of the error in my file (in this case, line 1).(My version of MrPython: 06786b5)
The text was updated successfully, but these errors were encountered: