Skip to content

Commit 5486fd6

Browse files
committed
Make multigrid controller match TUI version
1 parent c27bcf4 commit 5486fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/murfey/client/multigrid_control.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ def _start_rsyncer_multigrid(
143143
source,
144144
destination,
145145
force_metadata=self.processing_enabled,
146-
analyse=not extra_directory and use_suggested_path and analyse,
146+
analyse=analyse,
147147
remove_files=remove_files,
148148
tag=tag,
149149
limited=limited,

0 commit comments

Comments
 (0)