This website works better with JavaScript.
Home
Explore
Help
Sign In
jmg
/
hyde
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Walker now folows links
main
Lakshmi Vyasarajan
14 years ago
parent
2de38e373a
commit
42688ced6e
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
hyde/fs.py
+ 1
- 1
hyde/fs.py
View File
@@ -312,7 +312,7 @@ class FolderWalker(FSVisitor):
if not walk_files and not walk_folders:
if not walk_files and not walk_folders:
return
return
for root, dirs, a_files in os.walk(self.folder.path):
for root, dirs, a_files in os.walk(self.folder.path
, followlinks=True
):
folder = Folder(root)
folder = Folder(root)
if walk_folders:
if walk_folders:
yield folder
yield folder
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save