Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimjing committed May 6, 2014
1 parent 15161bb commit b2423ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/handlerSubsystem.py
Expand Up @@ -546,7 +546,7 @@ def instantiateAllHandlers(self):
self.executor.proj.shared_data = h.getSharedData()
else:
# this is a non-main robot
h = self.prepareHandler(robot_config.getHandlerOfRobot(ht.InitHandler))
h = self.prepareHandler(robot.getHandlerOfRobot(ht.InitHandler))
# this is a init handler, set the shared_data
self.executor.proj.shared_data = h.getSharedData()

Expand Down

0 comments on commit b2423ad

Please sign in to comment.