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