Spaces:
Running
Running
change the author name
Browse files- modules/toWizard.py +1 -1
modules/toWizard.py
CHANGED
@@ -159,7 +159,7 @@ def create_wizard_file(data, text_mapping):
|
|
159 |
modelName.text = 'My Diagram'
|
160 |
|
161 |
author = ET.SubElement(root, 'author')
|
162 |
-
author.text = '
|
163 |
|
164 |
# Add pools to the collaboration element
|
165 |
for idx, (pool_index, keep_elements) in enumerate(data['pool_dict'].items()):
|
|
|
159 |
modelName.text = 'My Diagram'
|
160 |
|
161 |
author = ET.SubElement(root, 'author')
|
162 |
+
author.text = 'sketch-to-BPMN'
|
163 |
|
164 |
# Add pools to the collaboration element
|
165 |
for idx, (pool_index, keep_elements) in enumerate(data['pool_dict'].items()):
|