mirror of
https://github.com/Kilian/Trimage.git
synced 2026-01-26 01:58:41 -05:00
Merge branch 'bistory-master'
This commit is contained in:
commit
8227aee846
1 changed files with 1 additions and 1 deletions
|
|
@ -194,7 +194,7 @@ class StartQT4(QMainWindow):
|
|||
Walks a directory, and executes a callback on each file
|
||||
"""
|
||||
dir = path.abspath(dir)
|
||||
for file in [file for file in listdir(dir) if not file in [".",".."]]:
|
||||
for file in [file for file in listdir(dir) if not file in [".","..",".svn",".git",".hg",".bzr",".cvs"]]:
|
||||
nfile = path.join(dir, file)
|
||||
|
||||
if path.isdir(nfile):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue