Skip to content

Commit

Permalink
Fix html_file output plugin does not save template option #13365
Browse files Browse the repository at this point in the history
  • Loading branch information
andresriancho committed Jan 20, 2016
1 parent 6ff09cb commit 87ebb5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions w3af/plugins/output/html_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ def set_options(self, option_list):
"""
self._output_file_name = option_list['output_file'].get_value()
self._verbose = option_list['verbose'].get_value()
self._template = option_list['template'].get_value()

def get_options(self):
"""
Expand Down

0 comments on commit 87ebb5a

Please sign in to comment.