Skip to content

Commit 263218a

Browse files
committed
Completes comment
1 parent b70c2cd commit 263218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bittensor/utils/btlogging/loggingmachine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def _extract_logging_config(self, config: "Config") -> dict:
181181
Returns:
182182
(dict): btlogging's config from Bittensor config or Bittensor config.
183183
"""
184-
# This is to handle
184+
# This is to handle nature of DefaultMunch
185185
if getattr(config, "logging", None):
186186
return config.logging
187187
else:

0 commit comments

Comments
 (0)