Menu

Commit [r19948]  Maximize  Restore  History

Merged revisions 19947 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r19947 | bugman | 2013-06-07 15:46:37 +0200 (Fri, 07 Jun 2013) | 9 lines

Bug fix for the Sequence GUI input element.

This complete the removal of bug #20873 (https://gna.org/bugs/?20873).

The problem was that the gui_to_str() function was not failing to convert the string into a string
list, so the list was deemed as a single string. Now the first character of '[' or '(' for lists or
tuples are now searched for instead of relying on the conversion to trigger an error.
........

bugman 2013-06-07

changed /branches/relax_disp
changed /branches/relax_disp/gui/input_elements/sequence.py
/branches/relax_disp/gui/input_elements/sequence.py Diff Switch to side-by-side view
Loading...