Skip to content

Commit

Permalink
Minor fix in balsam_controller
Browse files Browse the repository at this point in the history
  • Loading branch information
shuds13 committed Aug 7, 2019
1 parent 324cbe8 commit bdcd813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libensemble/balsam_controller.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def _serial_setup(self):
BalsamJobController.del_jobs()

for calc_type in self.default_apps:
if calc_type is not None:
if self.default_apps[calc_type] is not None:
calc_name = self.default_apps[calc_type].name
desc = self.default_apps[calc_type].desc
full_path = self.default_apps[calc_type].full_path
Expand Down

0 comments on commit bdcd813

Please sign in to comment.