Skip to content

Commit

Permalink
Trying to get metadataAggregator to build correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedorfman committed May 15, 2024
1 parent 2af0fcb commit c8514ed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ public String PerformFunction(String input, Context context) throws Exception {
Paths.get("/tmp", filename).toString());
objectList.add(f);
} else if (filename.endsWith(".cmr.json")) {
AdapterLogger.LogDebug(this.className + " found .cmr.json in files list :" + file.get("key"))
AdapterLogger.LogDebug(this.className + " found .cmr.json in files list :" + file.get("key"))
objectList.add(f);
} else if (isoRegex != null && filename.matches(isoRegex)) {
AdapterLogger.LogDebug(this.className + " download isoRegrex from bucket:" + file.get("bucket") +
Expand Down

0 comments on commit c8514ed

Please sign in to comment.