Skip to content

Commit

Permalink
Clarify logging message
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-f-cruz committed Aug 28, 2024
1 parent c1479e9 commit 2a67ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aind_behavior_services/launcher/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ def post_run_hook(self, *args, **kwargs):
if self._run_hook_return is not None:
self.logger.info("Run hook returned %s", self._run_hook_return)
try:
self.logger.info("Mapping to aind-data-schema Session: %s.")
self.logger.info("Mapping to aind-data-schema Session")
aind_data_schema_session = self._map_to_aind_data_schema_session()
aind_data_schema_session.write_standard_file(self.session_directory)
self.logger.info("Mapping successful.")
Expand Down

0 comments on commit 2a67ac9

Please sign in to comment.