Skip to content

Commit

Permalink
log: add two more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasNeugebauer committed Dec 19, 2024
1 parent cff43b4 commit 6212900
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions learning_loop_node/detector/detector_node.py
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,9 @@ async def _check_for_update(self) -> None:
project=self.project),
self.target_model.id,
self.detector_logic.model_format)
self.log.info('Downloaded model %s', self.target_model.version)
else:
self.log.info('No need to download model %s (already exists)', self.target_model.version)
try:
os.unlink(model_symlink)
os.remove(model_symlink)
Expand Down

0 comments on commit 6212900

Please sign in to comment.