Skip to content

Commit 51c528c

Browse files
committed
Fixed comments
1 parent 7820501 commit 51c528c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/workflows/lif_to_stack.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def zocalo_cluster_request(
3434
f"Unable to find the root folder {root_folder!r} in the file path {file!r}"
3535
)
3636

37-
# Construct the session
37+
# Construct the session and job name
3838
session_dir = "/".join(path_parts[:root_index])
3939
job_name = "--".join(
4040
[p.replace(" ", "_") if " " in p else p for p in path_parts][

0 commit comments

Comments
 (0)