Skip to content

Commit

Permalink
bugfix: [BaseFuzzer] fixed issue with setting stages on initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
BinyaminSharet committed Apr 3, 2016
1 parent 2b853f1 commit 53480cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kitty/fuzzers/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,8 @@ def _load_session(self):
self.config.session_file_name = ':memory:'
self.dataman = DataManager(self.config.session_file_name)
self.dataman.start()
if self.model:
self.handle_stage_changed(self.model)
info = self._get_session_info()
if info:
self.logger.info('Loaded session from DB')
Expand Down

0 comments on commit 53480cb

Please sign in to comment.