Skip to content

Commit 00b9e4a

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-693/CWE-778/noncompliant01.py
Co-authored-by: Bartlomiej Karas <[email protected]> Signed-off-by: andrew-costello <[email protected]>
1 parent 70f68c4 commit 00b9e4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

0 commit comments

Comments
 (0)