Skip to content

Commit 128f101

Browse files
dwiley258s19110
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-459/noncompliant01.py
Co-authored-by: Hubert Daniszewski <[email protected]> Signed-off-by: dwiley258 <[email protected]>
1 parent a25bce7 commit 128f101

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-459/noncompliant01.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
""" Non-compliant Code Example """
44
f = open("tempfile.txt", "w")
55
f.write("temporary file created!")
6-
f.close()
6+
f.close()

0 commit comments

Comments
 (0)