mirror of
https://github.com/Faraphel/Atlas-Install.git
synced 2025-07-03 19:28:25 +02:00
removed a already implemented example and a todo
This commit is contained in:
parent
fbdd207c52
commit
2f71615ef3
1 changed files with 0 additions and 14 deletions
|
@ -25,18 +25,4 @@ class InvalidBmgLayerMode(Exception):
|
|||
def __init__(self, layer_mode: str):
|
||||
super().__init__(f"Error : bmg layer mode \"{layer_mode}\" is not implemented")
|
||||
|
||||
|
||||
# TODO : implement BMG
|
||||
# TODO : recreate SZS
|
||||
|
||||
configuration_example = {
|
||||
"operation": { # other operation for the file
|
||||
"bmg-edit": {
|
||||
"mode": "regex", # regex or id
|
||||
"template": {
|
||||
"CWF": "{{ ONLINE_SERVICE }}", # regex type expression
|
||||
"0x203F": "{{ ONLINE_SERVICE }}" # id type expression
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue