Skip to content

Commit

Permalink
fill_xml //save//folder
Browse files Browse the repository at this point in the history
  • Loading branch information
rheiland committed May 29, 2023
1 parent 1f82f59 commit 7eefafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/config_tab.py
Original file line number Diff line number Diff line change
Expand Up @@ -688,7 +688,7 @@ def fill_xml(self):
self.xml_root.find(".//dt_mechanics").text = self.mechanics_dt.text()
self.xml_root.find(".//dt_phenotype").text = self.phenotype_dt.text()
self.xml_root.find(".//omp_num_threads").text = self.num_threads.text()
self.xml_root.find(".//folder").text = self.folder.text()
self.xml_root.find(".//save//folder").text = self.folder.text()
# print(f'------- config_tab.py: fill_xml(): setting folder = {self.folder.text()}')

if self.save_svg.isChecked():
Expand Down

0 comments on commit 7eefafe

Please sign in to comment.