Skip to content

Commit

Permalink
Manage Private in lists
Browse files Browse the repository at this point in the history
  • Loading branch information
vermeulenthi committed Mar 14, 2024
1 parent 19e38f4 commit b0ded5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# Fields marked as "Optional" may be commented out.
setup(
name='scl_loader', # Required
version='1.11.5', # Required
version='1.11.6', # Required
description='Outil de manipulation de SCD', # Required
long_description=LONG_DESCRIPTION, # Optional
long_description_content_type='text/markdown', # Optional (see note above)
Expand Down
2 changes: 1 addition & 1 deletion src/scl_loader/scl_loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
REG_DO = r'(?:\{.+\})?S?DO'
REG_SDI = r'(?:\{.+\})?S?D[OA]?I'
REG_ARRAY_TAGS = r'(?:\{.+\})?(?:FCDA|ClientLN|IEDName|FIP|BAP|ExtRef|Terminal|P|DataSet|GSE' \
r'|GSEControl|ReportControl|SampledValueControl|VoltageLevel)' # |Server)'
r'|GSEControl|ReportControl|SampledValueControl|VoltageLevel|Private)' # |Server)'
REG_DT_NODE = r'(?:.*\})?((?:[BS]?D[AO])|(?:LN0?))'
REF_SCL_NODES = r'(?:\{.+\})?(?:Header|Substation|Private|Communication)'
DEFAULT_AP = 'PROCESS_AP'
Expand Down

0 comments on commit b0ded5e

Please sign in to comment.