Files
codeql/python/ql/test/query-tests/Statements/exit/test.py
2026-06-15 16:15:17 +01:00

8 lines
112 B
Python

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