From cce6f03dbbb3ced91267d9aac0a94c424f3ed226 Mon Sep 17 00:00:00 2001 From: Daniel Hatton Date: Wed, 12 Feb 2025 11:34:11 +0000 Subject: [PATCH] The rsync module name is added in twice by accident --- src/murfey/client/tui/screens.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/murfey/client/tui/screens.py b/src/murfey/client/tui/screens.py index 43e3878fb..06b6890da 100644 --- a/src/murfey/client/tui/screens.py +++ b/src/murfey/client/tui/screens.py @@ -884,7 +884,7 @@ def on_button_pressed(self, event): else: if event.button.id == "suggested-gain-ref": self._dir_tree._gain_reference = self._gain_reference - visit_path = f"data/{datetime.now().year}/{self.app._environment.visit}" + visit_path = f"{datetime.now().year}/{self.app._environment.visit}" # Set up rsync command rsync_cmd = [ "rsync",