Changes between Initial Version and Version 1 of Ticket #392


Ignore:
Timestamp:
Dec 28, 2013, 3:08:48 AM (10 years ago)
Author:
ezyang
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #392 – Description

    initial v1  
    1515command.
    1616}}}
     17
     18There are a few ways you could go about improving this. The very simplest method is to catch errors in Wizard itself (e.g. assert admin user name is not null); however, this entails code duplication. Another is to parse the HTML output of the script in order to extract information on the error. An easy thing to do is dump the HTML to screen (or provide a temporary link where the error message can be viewed).