Skip to content

Commit 6b84f9b

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
with os.fdopen(fd, 'w') as f:
99
f.write('TEST\n')
1010

11-
print(path)
11+
print(path)

0 commit comments

Comments
 (0)