|
|
@@ -262,7 +262,7 @@ def dofileadd(cd, parent, path, name): |
|
|
|
if klass is None or klass is IgnoreFile: |
|
|
|
return |
|
|
|
|
|
|
|
print 'matched:', os.path.join(path, name), `i`, `klass` |
|
|
|
#print 'matched:', os.path.join(path, name), `i`, `klass` |
|
|
|
return cd.addItem(parent, klass, name, **kwargs) |
|
|
|
|
|
|
|
class FSDirectory(FSObject, StorageFolder): |
|
|
|