This commit is contained in:
Chris Wanstrath
2011-11-12 11:35:09 -08:00
parent 410a35c098
commit 4044d2ec1c

View File

@@ -41,7 +41,7 @@ class Project extends Resource
return false
# Ignore non-children files
if fs.isFile and not @childURL url
if (fs.isFile url) and not @childURL url
return false
# Try to open all others