SPRKPY1101
This code section has recovery from parsing errors.
Category
Parsing error.
Description
When the tool recognizes a parsing error, it tries to recover from it and continues the process in the next line. In those cases, it shows the error and comments on the line.
This example shows how a mismatch error between spaces and tabs is handled.
Input code
Output code
Recommendations
Try fixing the commented line.
Last updated