Skip to content

Commit

Permalink
bug fix: self.num_threads -> self.__num_threads
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisTimperley committed Jul 9, 2018
1 parent 057afb7 commit 7c41e22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orchestrator/orchestrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ def _build_problem(self, perturbation: Mutation) -> Problem:
compute_mutant_coverage(self.__client_bugzoo,
self.__client_boggart,
perturbation,
threads=self.num_threads)
threads=self.__num_threads)
self.__localization = localize(perturbation,
self.__coverage_for_mutant)
self.__coverage_for_mutant = \
Expand Down

0 comments on commit 7c41e22

Please sign in to comment.