Skip to content

Commit

Permalink
out_dir DiffFit_out/interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
RodenLuo committed Oct 30, 2024
1 parent db0b21e commit b8a22c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tool.py
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ def _create_single_fit_options_gui(self, parent):
self._single_fit_out_dir_select = QPushButton("Select")
self._single_fit_out_dir_select.clicked.connect(
lambda: self.select_clicked("Output folder", self._single_fit_out_dir))
self._single_fit_out_dir.setText("DiffFit_out/single_fit")
self._single_fit_out_dir.setText("DiffFit_out/interactive")
self._single_fit_out_dir_select.setDisabled(True)

row.addWidget(self._single_fit_out_dir)
Expand Down

0 comments on commit b8a22c7

Please sign in to comment.