Skip to content

Commit

Permalink
Save WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ashdriod committed Oct 16, 2023
1 parent 261da2e commit 5bf0c36
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions dtool_lookup_gui/views/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -815,9 +815,8 @@ def on_save_metadata_button_clicked(self, widget):
else:
# Set the success message as the button label
self.linting_errors_button.set_label("No linting issues found!")
# Continue with saving if no linting issues
pass

# Save the content using the put_readme method
self.dataset_list_box.get_selected_row().dataset.put_readme(yaml_content)
@Gtk.Template.Callback()
def on_linting_errors_button_clicked(self, widget):
# Check if the problems attribute exists
Expand Down

0 comments on commit 5bf0c36

Please sign in to comment.