Skip to content

Commit

Permalink
Merge branch '80-support-catalog-config' into intellij
Browse files Browse the repository at this point in the history
  • Loading branch information
drernie authored Nov 13, 2024
2 parents ddc3da0 + bd70b45 commit e9b5002
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ class QuiltPackage {
S3PhysicalKey key = new S3PhysicalKey(bucket, '', null)
try {
key.listRecursively()
} catch (Exception e) {
} catch (IOException e) {
log.error("isBucketAccessible: failed to check $bucket", e)
return false
}
Expand Down

0 comments on commit e9b5002

Please sign in to comment.