mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-05 23:46:49 +07:00
- adjust parser to support comma separated list of error classes - add problem annotation and quick fix for missing parentheses - add new tests, adjust old tests GitOrigin-RevId: a1b9bdf252ac874aa7bd1a6881c1784259bb35cc
4 lines
63 B
Python
4 lines
63 B
Python
try:
|
|
pass
|
|
except ImportError,<caret> AccessError as e:
|
|
pass |