Skip to content

Commit 7a33ad5

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

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/noncompliant01.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,3 @@
66
result = 10 / 0
77
except ZeroDivisionError as e:
88
print("Error occurred:", e)
9-
# Continues to execute

0 commit comments

Comments
 (0)