aboutsummaryrefslogtreecommitdiff
path: root/devtools/antglob.py
diff options
context:
space:
mode:
Diffstat (limited to 'devtools/antglob.py')
-rw-r--r--devtools/antglob.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/antglob.py b/devtools/antglob.py
index 9843765..bd2d7ae 100644
--- a/devtools/antglob.py
+++ b/devtools/antglob.py
@@ -146,7 +146,7 @@ def glob(dir_path,
entry_type = is_file and FILE_LINK or DIR_LINK
else:
entry_type = is_file and FILE or DIR
-## print '=> type: %d' % entry_type,
+## print '=> type: %d' % entry_type,
if (entry_type & entry_type_filter) != 0:
## print ' => KEEP'
yield os.path.join(dir_path, entry)