Skip to content

Commit 2c2e60d

Browse files
Update aikido_zen/sinks/os.py
1 parent febb241 commit 2c2e60d

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
@@ -28,7 +28,7 @@ def patch(m):
2828
- patches os.* functions that take in paths
2929
- patches os.path.* functions that take in paths
3030
- doesn't patch os.makedirs -> uses os.mkdir
31-
- doesn't patch os.path.realpath or os.path.abspath -> uses os.path.join
31+
- doesn't patch os.path.abspath -> uses os.path.join
3232
- doesn't patch os.path.exists and others -> to big of a performance impact
3333
- doesn't patch stat library https://docs.python.org/3/library/stat.html
3434
"""

0 commit comments

Comments
 (0)