mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
ae09abf1f5
commit
14b63d0326
|
@ -222,7 +222,6 @@ func (w *WorkspaceFilesClient) ReadDir(ctx context.Context, name string) ([]fs.D
|
||||||
objects, err := w.workspaceClient.Workspace.ListAll(ctx, workspace.ListWorkspaceRequest{
|
objects, err := w.workspaceClient.Workspace.ListAll(ctx, workspace.ListWorkspaceRequest{
|
||||||
Path: absPath,
|
Path: absPath,
|
||||||
})
|
})
|
||||||
|
|
||||||
if err != nil {
|
if err != nil {
|
||||||
// If we got an API error we deal with it below.
|
// If we got an API error we deal with it below.
|
||||||
var aerr *apierr.APIError
|
var aerr *apierr.APIError
|
||||||
|
|
Loading…
Reference in New Issue