Fix the last commit

because I forgot to `git add` the file again
This commit is contained in:
Wieland Hoffmann
2014-06-28 21:14:13 +02:00
parent 50bc0755af
commit 84ffe3502f

View File

@@ -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):