Skip to content

Commit a25bce7

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
temp_file_path = temp_file.name
99

1010
with open(temp_file_path, 'rb') as temp_file:
11-
print(temp_file.read())
11+
print(temp_file.read())

0 commit comments

Comments
 (0)