Skip to content

Commit 243a4d7

Browse files
committed
disable listdir
1 parent 089e46a commit 243a4d7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aikido_zen/sinks/os.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def patch(m):
3939
patch_function(m, "access", _os_patch)
4040
patch_function(m, "chmod", _os_patch)
4141
patch_function(m, "mkdir", _os_patch)
42-
patch_function(m, "listdir", _os_patch)
42+
#patch_function(m, "listdir", _os_patch)
4343
patch_function(m, "readlink", _os_patch)
4444
patch_function(m, "unlink", _os_patch)
4545
patch_function(m, "rename", _os_patch)

0 commit comments

Comments
 (0)