Skip to content

Commit 8c0d06b

Browse files
Update compliant01.py
Signed-off-by: andrew-costello <[email protected]>
1 parent a5658fc commit 8c0d06b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/compliant01.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@
88
result = 10 / 0
99
except ZeroDivisionError:
1010
logging.critical("Error occurred: Division by zero")
11-
# Continues to execute

0 commit comments

Comments
 (0)