BenjiELCA commited on
Commit
3daca04
·
1 Parent(s): a7a7721

change the author name

Browse files
Files changed (1) hide show
  1. 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 = 'Benjamin'
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()):