mirror of
https://github.com/ISEAL-Community/iseal-core.git
synced 2024-11-22 14:55:03 +01:00
util/generate-hugo-content.py: update comment
This commit is contained in:
parent
14edfab18b
commit
747837d14b
@ -46,8 +46,9 @@ def parseSchema(schema_df):
|
|||||||
# For example Assurance, Certification, Core, Impact, etc
|
# For example Assurance, Certification, Core, Impact, etc
|
||||||
module = row["idss schema module"].capitalize()
|
module = row["idss schema module"].capitalize()
|
||||||
|
|
||||||
# Generate a URL-safe version of the element name, though we need to
|
# Generate a "safe" version of the element name for use in URLs and
|
||||||
# think about what field we want to use here.
|
# files by combining the cluster and the element name. This could
|
||||||
|
# change in the future.
|
||||||
element_name_safe = cluster.replace(" ", "-").lower() + "-" + element_name
|
element_name_safe = cluster.replace(" ", "-").lower() + "-" + element_name
|
||||||
|
|
||||||
print(f"element name: {element_name_safe}")
|
print(f"element name: {element_name_safe}")
|
||||||
|
Loading…
Reference in New Issue
Block a user