Skip to content

Commit d270e57

Browse files
committed
Revert "disable listdir"
This reverts commit 96c53d5.
1 parent f3dede4 commit d270e57

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)