Changes between Initial Version and Version 1 of Ticket #1802
- Timestamp:
- Aug 30, 2018, 7:01:56 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1802 – Description
initial v1 1 1 If a user specifies an option that is not recognized by wcst_import, then wcst_import should throw an error instead of ignoring the option. 2 3 Furthermore, validating options seems to be duplicated in each recipe now. For common options this should be refactored into methods in the BaseRecipe class.