Merge pull request #2301 from takluyver/ast-transfomers

Ast transfomers
pull/37/head
Thomas Kluyver 14 years ago
commit e344f37ebd

@ -319,7 +319,7 @@ def make_exclude():
continue
fullpath = pjoin(parent, exclusion)
if not os.path.exists(fullpath) and not glob.glob(fullpath + '.*'):
warn("Excluding nonexistent file: %r\n" % exclusion)
warn("Excluding nonexistent file: %r" % exclusion)
return exclusions

Loading…
Cancel
Save