mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 23:31:05 +07:00
Because 2.6 is not supported since 2019.1 in IDE. GitOrigin-RevId: 3dee3e941c921ad3a5dc6d72cca840eb5d811691
4 lines
176 B
Python
4 lines
176 B
Python
try:
|
|
raise ValueError
|
|
finally:
|
|
<error descr="Python version 2.7 does not support this syntax. Raise with no arguments can only be used in an except block">raise</error> |