From 833d1679060de47d67cee1f455c6262050b5e7c6 Mon Sep 17 00:00:00 2001 From: Steffen Cruz Date: Wed, 7 Jun 2023 12:39:19 -0600 Subject: [PATCH] Update utils.py --- openvalidators/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openvalidators/utils.py b/openvalidators/utils.py index 0a8dc51..cc71649 100644 --- a/openvalidators/utils.py +++ b/openvalidators/utils.py @@ -31,7 +31,7 @@ def should_reinit_wandb(self): def init_wandb(self, reinit=False): """Starts a new wandb run.""" - tags = [self.wallet.hotkey.ss58_address, openvalidators.__version__, openvalidators.__spec_version__] + tags = [self.wallet.hotkey.ss58_address, openvalidators.__version__, str(openvalidators.__spec_version__)] if self.config.mock: tags.append("mock") if self.config.neuron.use_custom_gating_model: