Skip to content

Commit

Permalink
Merge pull request #308 from zooniverse/update-project-copy-documenta…
Browse files Browse the repository at this point in the history
…tion

add extra documentation on requirrements for project copy
  • Loading branch information
Tooyosi authored May 22, 2024
2 parents 09ffe42 + 979476b commit d646c1a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions panoptes_client/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ def copy(self, new_subject_set_name=None):
used to name a new SubjectSet for the copied project.
This is useful for having an upload target straight after cloning.
Requirements: the source project must not be live (in development mode) and
project.configuration must have a `template` key set to "true".
Examples::
project.copy()
Expand Down

0 comments on commit d646c1a

Please sign in to comment.