Skip to content

Commit

Permalink
remove unused parameter from activeproject publish
Browse files Browse the repository at this point in the history
  • Loading branch information
briangow committed Sep 7, 2023
1 parent ae10aa7 commit 82aeaa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physionet-django/project/modelcomponents/activeproject.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 82aeaa3

Please sign in to comment.