Skip to content

Commit

Permalink
add extra documentation on requirrements for project copy
Browse files Browse the repository at this point in the history
  • Loading branch information
Tooyosi committed May 20, 2024
1 parent 09ffe42 commit 2aea48b
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 and project.configuration
must have a template key (typically, set to true).
Examples::
project.copy()
Expand Down

0 comments on commit 2aea48b

Please sign in to comment.