mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-06 08:34:01 +00:00
Fix the last commit
because I forgot to `git add` the file again
This commit is contained in:
@@ -95,7 +95,7 @@ class AddObjectAsEntity(BaseAction):
|
||||
html_file = self.generate_html_file(self.form_values)
|
||||
self.open_html_file(html_file)
|
||||
finally:
|
||||
self.form_values.clear
|
||||
self.form_values.clear()
|
||||
|
||||
|
||||
class AddClusterAsRelease(AddObjectAsEntity):
|
||||
|
||||
Reference in New Issue
Block a user