Skip to content

Commit

Permalink
Fix for issue apache#4837
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Casters committed Jan 27, 2025
1 parent 9f8d6fd commit c982dac
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public JsonMetadataSerializer(
@Override
public List<T> loadAll() throws HopException {
List<T> list = new ArrayList<>();
validateBaseFolder(false);
if (!baseFolderExists) {
return list;
}
Expand Down

0 comments on commit c982dac

Please sign in to comment.