From 5b0c3fced150476f1fed4f7857ad90b0045c257c Mon Sep 17 00:00:00 2001 From: Matthew Ellis Date: Tue, 23 May 2023 17:02:25 -0700 Subject: [PATCH] Clarify attach_generator_files() doc strings. --- smartsim/entity/model.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/smartsim/entity/model.py b/smartsim/entity/model.py index 3ad47fd4e..5f2dc46e4 100644 --- a/smartsim/entity/model.py +++ b/smartsim/entity/model.py @@ -109,7 +109,9 @@ def attach_generator_files(self, to_copy=None, to_symlink=None, to_configure=Non """Attach files to an entity for generation Attach files needed for the entity that, upon generation, - will be located in the path of the entity. + will be located in the path of the entity. Invoking this method + after files have already been attached will overwrite + the previous list of entity files. During generation, files "to_copy" are copied into the path of the entity, and files "to_symlink" are