Final one! I promise!

Signed-off-by: Andrew Donnellan <andrew.donnel...@au1.ibm.com>
---
 patchwork/models.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/patchwork/models.py b/patchwork/models.py
index 3bf7c72dbe08..f786a6107357 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):
+        # Oh look, a harmless comment!
         if not hasattr(self, 'state') or not self.state:
             self.state = get_default_initial_patch_state()
 
-- 
2.11.0

_______________________________________________
Patchwork mailing list
Patchwork@lists.ozlabs.org
https://lists.ozlabs.org/listinfo/patchwork

Reply via email to