summaryrefslogtreecommitdiff
path: root/tests/pyscript/raises_exception.py
blob: 738edaf2861e56b8daa095f7df7de17736ab9b49 (plain)
1
2
3
4
5
6
#!/usr/bin/env python
# coding=utf-8
"""
Example demonstrating what happens when a Python script raises an exception
"""
1 + 'blue'