Show More
@@ -94,7 +94,7 b" def is_hidden(abs_path, abs_root=''):" | |||||
94 | The absolute path to check for hidden directories. |
|
94 | The absolute path to check for hidden directories. | |
95 | abs_root : unicode |
|
95 | abs_root : unicode | |
96 | The absolute path of the root directory in which hidden directories |
|
96 | The absolute path of the root directory in which hidden directories | |
97 | should be check for. |
|
97 | should be checked for. | |
98 | """ |
|
98 | """ | |
99 | if not abs_root: |
|
99 | if not abs_root: | |
100 | abs_root = abs_path.split(os.sep, 1)[0] + os.sep |
|
100 | abs_root = abs_path.split(os.sep, 1)[0] + os.sep |
General Comments 0
You need to be logged in to leave comments.
Login now