Skip to content

Commit b86a457

Browse files
committed
Update repo with template version v1.2.8-2-g0611ef4
1 parent 8b9df78 commit b86a457

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.copier-answers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is needed to track the repo template version, and editing may break things.
33
# This file will be overwritten by copier on template updates.
44

5-
_commit: v1.2.8-1-g5f2bbf6
5+
_commit: v1.2.8-2-g0611ef4
66
_src_path: /Users/wakonig_k/software/work/bec_plugin_copier_template
77
make_commit: true
88
project_name: bec_testing_plugin

bec_testing_plugin/scans/scan_customization/scan_components.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@
99
from bec_server.scan_server.scans.scan_components import ScanComponents
1010

1111

12-
class Bec_testing_pluginScanComponents(ScanComponents):
12+
13+
class BecTestingPluginScanComponents(ScanComponents):
1314
"""Scan components for bec_testing_plugin."""

bec_testing_plugin/scans/scan_customization/scan_modifier.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
from bec_server.scan_server.scans.scan_modifier import ScanModifier, scan_hook_impl
1111

1212

13-
class Bec_testing_pluginScanModifier(ScanModifier):
13+
14+
class BecTestingPluginScanModifier(ScanModifier):
1415
"""
1516
Scan modifier for bec_testing_plugin.
1617
@@ -30,4 +31,4 @@ def __init__(self, **kwargs):
3031
# if self.scan_info.scan_name == "example_scan":
3132
# self.dev.samx.set(20)
3233

33-
34+

0 commit comments

Comments
 (0)