mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
We were mixing between things, so this is just to keep things consistent. Even though it's not strictly needed for all queries, it does look nice I think
11 lines
159 B
Python
11 lines
159 B
Python
try:
|
|
1+2
|
|
except Exception as e: #$ exceptionInfo
|
|
e
|
|
|
|
def test_exception():
|
|
try:
|
|
1+2
|
|
except Exception as e: #$ exceptionInfo
|
|
e
|