From 2aea48b708334fba3c516db076a1ccd2e97f2b78 Mon Sep 17 00:00:00 2001 From: tooyosi Date: Mon, 20 May 2024 18:18:32 +0100 Subject: [PATCH] add extra documentation on requirrements for project copy --- panoptes_client/project.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/panoptes_client/project.py b/panoptes_client/project.py index d862f5e9..2481d649 100644 --- a/panoptes_client/project.py +++ b/panoptes_client/project.py @@ -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()