Skip to content

Commit

Permalink
Fixes issue with delete files
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio De Lorenzis committed Aug 28, 2024
1 parent 58972ba commit d588651
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,7 @@ protected void doAttach() throws HopException {
} else if (isContainer(fullPath)) {
if (containerExists()) {
type = FileType.FOLDER;
fileSystemClient.listPaths().forEach(pi -> children.add(pi.getName()));
} else {
type = FileType.IMAGINARY;
throw new HopException("Container does not exist: " + fullPath);
Expand Down

0 comments on commit d588651

Please sign in to comment.