[PATCH v4] Test patch, please ignore
    Andrew Donnellan 
    andrew.donnellan at au1.ibm.com
       
    Tue Feb  6 17:53:19 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..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
    
    
More information about the Patchwork
mailing list