Skip to content

Commit

Permalink
Update policy.py
Browse files Browse the repository at this point in the history
  • Loading branch information
avishmehta68710 authored Aug 22, 2024
1 parent 4c09224 commit e707e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion basepair/modules/aws/policy.py
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ def batch_worker():
"batch:DescribeJobDefinitions",
"batch:TagResource",
],
'Resource': f"*"
'Resource': "*"
}, {
'Effect': 'Allow',
'Action': [
Expand Down

0 comments on commit e707e7b

Please sign in to comment.