Ticket #10337 (new)
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
Change History
Note: See
TracTickets for help on using
tickets.