Skip to content

Commit

Permalink
Merge pull request #33 from lsst-epo/31-add-project-copy-from-templat…
Browse files Browse the repository at this point in the history
…e-method

Fixed - added `self` ref to new method signature
  • Loading branch information
ericdrosas87 authored Jun 10, 2024
2 parents 3171b21 + a6ca612 commit ab72157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rubin/citsci/pipeline.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def __init__(self):
else:
self.dev_mode_url = ""

def create_new_project_from_template(project_name="crhiggs/template-test"):
def create_new_project_from_template(self, project_name="crhiggs/template-test"):
"""
This method will create a new project under the authenticated user's account
based on the provided project template slug. If no project template slug is
Expand Down

0 comments on commit ab72157

Please sign in to comment.