Comment 1 for bug 1272211

Revision history for this message
obiwan-92 (obiwan-92) wrote :

Hello,

Python like Java works with exception.

try:
    # Your code
except :
    # Your action where there is some problem.

Regards