fix compilation

This commit is contained in:
Chris Lu 2020-12-23 23:53:46 -08:00
parent b5e2be635a
commit 53bc1ea25b

View file

@ -135,7 +135,7 @@ func (store *HbaseStore) DeleteFolderChildren(ctx context.Context, path util.Ful
} }
fullpath := util.FullPath(cell.Row) fullpath := util.FullPath(cell.Row)
dir, _ := fullpath.DirAndName() dir, _ := fullpath.DirAndName()
if dir != string(dirPath) { if dir != string(dir) {
continue continue
} }