Skip to content

Commit 834941b

Browse files
committed
Applied sentence case to logs
1 parent 62fd675 commit 834941b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/murfey/client/multigrid_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def _start_dc(self, json, from_form: bool = False):
410410
f"{self._environment.url.geturl()}/visits/{self._environment.visit}/{self._environment.murfey_session}/flush_tomography_processing",
411411
json={"rsync_source": str(source)},
412412
)
413-
log.info("tomography processing flushed")
413+
log.info("Tomography processing flushed")
414414

415415
elif isinstance(context, SPAModularContext):
416416
url = f"{str(self._environment.url.geturl())}/visits/{str(self._environment.visit)}/{self.session_id}/register_data_collection_group"

src/murfey/client/tui/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ def _start_dc(self, json, from_form: bool = False):
511511
f"{self.app._environment.url.geturl()}/visits/{self._visit}/{self.app._environment.murfey_session}/flush_tomography_processing",
512512
json={"rsync_source": str(source)},
513513
)
514-
log.info("tomography processing flushed")
514+
log.info("Tomography processing flushed")
515515
elif isinstance(context, SPAModularContext):
516516
url = f"{str(self._url.geturl())}/visits/{str(self._visit)}/{self._environment.murfey_session}/register_data_collection_group"
517517
dcg_data = {

0 commit comments

Comments
 (0)