From 773e6f21e6a6a1b1704237bdf32b8976d78cbfac Mon Sep 17 00:00:00 2001 From: ElliottKasoar <45317199+ElliottKasoar@users.noreply.github.com> Date: Wed, 5 Mar 2025 12:11:01 +0000 Subject: [PATCH] Update janus_core/helpers/utils.py Co-authored-by: Jacob Wilkins <46597752+oerc0122@users.noreply.github.com> --- janus_core/helpers/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/janus_core/helpers/utils.py b/janus_core/helpers/utils.py index 04a555b4..086af007 100644 --- a/janus_core/helpers/utils.py +++ b/janus_core/helpers/utils.py @@ -83,7 +83,7 @@ def _get_default_prefix( Parameters ---------- file_prefix - File prefix. + Name to be given to any result files. May also include path to file directory. struct Structure(s) from which to derive the default name. If `struct` is a sequence, the first structure will be used.