[PATCH v4] Test patch, please ignore
Andrew Donnellan
andrew.donnellan at au1.ibm.com
Tue Feb 6 18:00:31 AEDT 2018
Apologies for all the noise, you'll know why soon :)
On 06/02/18 17:53, Andrew Donnellan wrote:
> 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()
>
>
--
Andrew Donnellan OzLabs, ADL Canberra
andrew.donnellan at au1.ibm.com IBM Australia Limited
More information about the Patchwork
mailing list