We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010fb42 commit e47f077Copy full SHA for e47f077
src/murfey/client/tui/screens.py
@@ -884,7 +884,7 @@ def on_button_pressed(self, event):
884
else:
885
if event.button.id == "suggested-gain-ref":
886
self._dir_tree._gain_reference = self._gain_reference
887
- visit_path = f"data/{datetime.now().year}/{self.app._environment.visit}"
+ visit_path = f"{datetime.now().year}/{self.app._environment.visit}"
888
# Set up rsync command
889
rsync_cmd = [
890
"rsync",
0 commit comments