X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/9d79488376e90532512733748eed1aa78af1c125..7a7a1395490eb9b9789b79f88a77fe709a898feb:/sdk/go/arvados/fs_project.go diff --git a/sdk/go/arvados/fs_project.go b/sdk/go/arvados/fs_project.go index c5eb03360a..bf6391a74e 100644 --- a/sdk/go/arvados/fs_project.go +++ b/sdk/go/arvados/fs_project.go @@ -6,7 +6,6 @@ package arvados import ( "log" - "os" "strings" ) @@ -57,7 +56,7 @@ func (fs *customFileSystem) projectsLoadOne(parent inode, uuid, name string) (in // both "/" and the substitution string. } if len(contents.Items) == 0 { - return nil, os.ErrNotExist + return nil, nil } coll := contents.Items[0]