[PATCH] Test patch, please ignore
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Tue Feb 6 17:22:39 AEDT 2018
Signed-off-by: Andrew Donnellan <andrew.donnellan at au1.ibm.com>
---
patchwork/models.py | 1 +
1 file changed, 1 insertion(+)
diff --git a/patchwork/models.py b/patchwork/models.py
index 3bf7c72dbe08..a41a5d882cca 100644
--- a/patchwork/models.py
+++ b/patchwork/models.py
@@ -442,6 +442,7 @@ class Patch(SeriesMixin, Submission):
self._set_tag(tag, counter[tag])
def save(self, *args, **kwargs):
+ raise Exception("Oh crap")
if not hasattr(self, 'state') or not self.state:
self.state = get_default_initial_patch_state()
--
2.11.0
More information about the Patchwork
mailing list