Skip to content

Commit

Permalink
new hound
Browse files Browse the repository at this point in the history
  • Loading branch information
zwolf committed Jul 1, 2024
1 parent c4e4532 commit 0122cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion panoptes_aggregation/batch_aggregation.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ def update_panoptes(self, body_attributes):
params = {'workflow_id': self.workflow_id}
response = Panoptes.client().get('/aggregations', params=params)
if not response[0]['aggregations']:
print(f'[Batch Aggregation] Panoptes Aggregation resource not found. Unable to update.')
print('[Batch Aggregation] Panoptes Aggregation resource not found. Unable to update.')
return False
agg_id = response[0]['aggregations'][0]['id']
fresh_etag = response[1]
Expand Down

0 comments on commit 0122cf8

Please sign in to comment.