svn+ssh://bugman@.../svn/relax/1.3
........
r16135 | bugman | 2012-05-09 10:22:44 +0200 (Wed, 09 May 2012) | 3 lines
Fix for the call to arg_check.is_list() in the model-free code.
........
r16136 | bugman | 2012-05-09 10:44:24 +0200 (Wed, 09 May 2012) | 7 lines
Changed the behaviour of the arg_check module so that the functions can return answers.
The raise_error flag is now accepted by all is_*() functions. If this is False, then the functions
will return either True or False, answering the question. This should allow the functions to be
used more extensively.
........
r16137 | bugman | 2012-05-09 10:46:11 +0200 (Wed, 09 May 2012) | 5 lines
Fix for the arg_check.is_list call used in the fix at r16130.
This now will return the answer rather than raising a RelaxError.
........