From 0122cf8b674650f8ecb3a13450af365cd4055fcb Mon Sep 17 00:00:00 2001 From: Zach Wolfenbarger Date: Mon, 1 Jul 2024 16:53:21 -0500 Subject: [PATCH] new hound --- panoptes_aggregation/batch_aggregation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panoptes_aggregation/batch_aggregation.py b/panoptes_aggregation/batch_aggregation.py index fe8eae43..e7e3788b 100644 --- a/panoptes_aggregation/batch_aggregation.py +++ b/panoptes_aggregation/batch_aggregation.py @@ -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]