data settings form
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
|
||||
Reference in New Issue
Block a user