Ticket #5787 (closed: fixed)
Copying script from python window to command line python opens save script dialog and throws unexpected exception when canceled
Reported by: | Alex Buts | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Release 2.3 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Nick Draper |
Description
Observed on Window-7 64 bit machine.
Let's assume one wants to execute part of the python script with first row:
Load(Filename='MAR11001.raw',OutputWorkspace='MAR11001',LoadMonitors='Separate')
He loads this script and copies row above to python interpreter window.
On executing past operation (Ctrl V) Mantid opens save script window and when save script operation is cancelled, throws unexpected exception.
Bizarre.
Change History
comment:3 Changed 8 years ago by Martyn Gigg
Fixes bug with command-line interpreter pasting. Refs #5787
Changeset: c5b83dca40fd8c5b9fb3888700a0e105d73c5b0a
comment:4 Changed 8 years ago by Martyn Gigg
- Status changed from accepted to verify
- Resolution set to fixed
comment:5 Changed 8 years ago by Martyn Gigg
Fixes bug with command-line interpreter pasting. Refs #5787
Changeset: c5b83dca40fd8c5b9fb3888700a0e105d73c5b0a
Note: See
TracTickets for help on using
tickets.
Actually any python command I tested, not only "load" copied from the python script to python command causes this effect.