From 2baaaac1f3079ebf044be0f01800dc0fc34a236a Mon Sep 17 00:00:00 2001 From: appel_c Date: Wed, 11 Jun 2025 16:53:34 +0200 Subject: [PATCH] fix: copier update for pre_startup --- .copier-answers.yml | 2 +- csaxs_bec/bec_ipython_client/startup/pre_startup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.copier-answers.yml b/.copier-answers.yml index 3dd46f1..8c4bd24 100644 --- a/.copier-answers.yml +++ b/.copier-answers.yml @@ -2,7 +2,7 @@ # It is needed to track the repo template version, and editing may break things. # This file will be overwritten by copier on template updates. -_commit: v1.0.0 +_commit: v1.0.3-1-g7cb3be0 _src_path: https://github.com/bec-project/plugin_copier_template.git make_commit: false project_name: csaxs_bec diff --git a/csaxs_bec/bec_ipython_client/startup/pre_startup.py b/csaxs_bec/bec_ipython_client/startup/pre_startup.py index 7d5459f..4ba6343 100644 --- a/csaxs_bec/bec_ipython_client/startup/pre_startup.py +++ b/csaxs_bec/bec_ipython_client/startup/pre_startup.py @@ -22,7 +22,7 @@ def extend_command_line_args(parser): def get_config() -> ServiceConfig: """ - Create and return the service configuration. + Create and return the ServiceConfig for the plugin repository """ deployment_path = os.path.dirname(os.path.dirname(os.path.dirname(csaxs_bec.__file__))) files = os.listdir(deployment_path)