Private
Public Access
1
0

data settings form

This commit is contained in:
Sander Roosendaal
2021-03-17 08:30:04 +01:00
parent 736ea040a9
commit fa4cee8fd6
5 changed files with 70 additions and 18 deletions

View File

@@ -991,8 +991,10 @@ def step_to_string(step):
name = step['wkt_step_name']
notes = ''
try:
notes = ' - '+step['description']
if len(step['description']):
notes = ' - '+step['description']
except KeyError:
notes = ''