Skip to content

Commit

Permalink
fix ref
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Aug 25, 2024
1 parent 59ab9d0 commit 594cd18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wis2-gdc-management/wis2_gdc/registrar.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def register(self, metadata: Union[dict, str], topic: str = None) -> None:
if incoming_topic_centre_id != self.centre_id:
LOGGER.warning('Topic mismatch')
self._process_record_metric(
self.metadata_id, 'failed_total', [BROKER_URL, CENTRE_ID])
self.metadata['id'], 'failed_total', [BROKER_URL, CENTRE_ID]) # noqa
return

LOGGER.debug(f'Metadata: {json.dumps(self.metadata, indent=4)}')
Expand Down

0 comments on commit 594cd18

Please sign in to comment.