Files
codeql/python/ql/test/query-tests/Statements/exit/test.py
2026-06-19 12:22:40 +01:00

8 lines
112 B
Python

def main():
try:
process()
except Exception as ex:
print(ex)
exit(1) # $ Alert