Skip to content

Commit

Permalink
add a logging statement at the end of archiving
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbmrz committed Mar 18, 2024
1 parent adf5f65 commit 305192d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions luxonis_train/core/archiver.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ def archive(self, executable_path: str):
executables_paths=[executable_path], # TODO: what if more executables?
).make_archive()

logger.info(f"archive saved to {self.archive_path}")

if self.cfg.archiver.upload_url is not None:
self._upload()

Expand Down

0 comments on commit 305192d

Please sign in to comment.