From 82aeaa3478031d6776de6c1107fea05b7c5a8067 Mon Sep 17 00:00:00 2001 From: Brian Gow Date: Thu, 7 Sep 2023 10:57:00 -0400 Subject: [PATCH] remove unused parameter from activeproject publish --- physionet-django/project/modelcomponents/activeproject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/physionet-django/project/modelcomponents/activeproject.py b/physionet-django/project/modelcomponents/activeproject.py index 4b69658547..7eed7e6f21 100644 --- a/physionet-django/project/modelcomponents/activeproject.py +++ b/physionet-django/project/modelcomponents/activeproject.py @@ -537,7 +537,7 @@ def clear_files(self): """ self.files.rmtree(self.file_root()) - def publish(self, slug=None, make_zip=True, title=None): + def publish(self, slug=None, make_zip=True): """ Create a published version of this project and update the submission status.