Skip to content

Commit

Permalink
IMPROVEMENT: Now that the tool can display parameter documentation me…
Browse files Browse the repository at this point in the history
…tadata do not output that to the files

This will make the files smaller and easier to read.
Besides that the users should use to tool to edit the files
  • Loading branch information
amilcarlucas committed Apr 15, 2024
1 parent e021380 commit 0c505f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MethodicConfigurator/frontend_tkinter.py
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ def write_changes_to_intermediate_parameter_file(self):
if messagebox.askyesno("One or more parameters have been edited",
f"Do you want to write the changes to the {self.current_file} file?"):
self.local_filesystem.export_to_param(self.local_filesystem.file_parameters[self.current_file],
self.current_file)
self.current_file, annotate_doc=False)
self.at_least_one_param_edited = False

def write_summary_files(self):
Expand Down

0 comments on commit 0c505f5

Please sign in to comment.