We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089e46a commit 243a4d7Copy full SHA for 243a4d7
1 file changed
aikido_zen/sinks/os.py
@@ -39,7 +39,7 @@ def patch(m):
39
patch_function(m, "access", _os_patch)
40
patch_function(m, "chmod", _os_patch)
41
patch_function(m, "mkdir", _os_patch)
42
- patch_function(m, "listdir", _os_patch)
+ #patch_function(m, "listdir", _os_patch)
43
patch_function(m, "readlink", _os_patch)
44
patch_function(m, "unlink", _os_patch)
45
patch_function(m, "rename", _os_patch)
0 commit comments