Apologies for all the noise, you'll know why soon :) On 06/02/18 17:53, Andrew Donnellan wrote:
Signed-off-by: Andrew Donnellan <[email protected]> --- 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()
-- Andrew Donnellan OzLabs, ADL Canberra [email protected] IBM Australia Limited _______________________________________________ Patchwork mailing list [email protected] https://lists.ozlabs.org/listinfo/patchwork
