User Activity

  • Posted a comment on ticket #31 on generateds

    That works but I did a small refinement to my fix. Your patch also includes the second iteration of fix for ticket #29. So here is what I am using for this ticket alone rather than a patch. def gds_parse_boolean(self, input_data, node=None, input_name=''): input_data = input_data.strip() if input_data in ('true', '1'): bval = True elif input_data in ('false', '0'): bval = False else: raise_parse_error(node, 'Requires boolean value') return bval

  • Created ticket #31 on generateds

    boolean validation with whitespace

View All

Personal Data

Username:
petef4
Joined:
2022-05-05 19:42:16.215000

Projects

  • No projects to display.

Personal Tools