Ticket #10337 (new)

Opened 6 years ago

Last modified 5 years ago

CreateSampleShape does not appear in workspace history after successful run

Reported by: Martyn Gigg Owned by:
Priority: major Milestone: Backlog
Component: Framework Keywords:
Cc: Blocked By:
Blocking: Tester:

Description

Running the following script

onepeak = CreateSampleWorkspace()
shape_xml = \
"""<sphere id="sphere_1">
<centre x="0.0" y="0.0" z= "0.0" />
<radius val="0.02" />
</sphere>"""
CreateSampleShape(InputWorkspace=onepeak, ShapeXML=shape_xml)

should show two entries in the workspace history, but only the first is shown (see attachment)

Attachments

CreateSampleShapeNoHistory.png (199.7 KB) - added by Martyn Gigg 6 years ago.

Change History

Changed 6 years ago by Martyn Gigg

comment:1 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 11179

Note: See TracTickets for help on using tickets.