Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joshgarde committed Mar 7, 2024
1 parent c9d40fe commit 0108453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion podaac/swodlr_hysds/notify_swodlr.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def notify_swodlr(context):
sns = boto3.client('sns')

update_schema = json.load(
resources.files.join_path('schemas/sds_update.json').open('r')
resources.files().join_path('schemas/sds_update.json').open('r')
)

message_body = fastjsonschema.validate(update_schema, {
Expand Down

0 comments on commit 0108453

Please sign in to comment.