Skip to content

Commit

Permalink
use sim_info_id instead of the info object #3
Browse files Browse the repository at this point in the history
  • Loading branch information
TitanNano committed Nov 29, 2019
1 parent 4696b36 commit 76b02c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/control_any_sim/services/selection_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def setup_zone(self):

self.make_sim_selectable(sim_info)
except BaseException:
Logger.log("Error while adding sim to skewer: {}".format(sim_info))
Logger.log("Error while adding sim to skewer: {}".format(sim_info_id))
Logger.log(traceback.format_exc())

self.client.selectable_sims.add_watcher(self, self.update_selectable_sims)
Expand Down

0 comments on commit 76b02c5

Please sign in to comment.