aboutsummaryrefslogtreecommitdiff
path: root/behaviors
diff options
context:
space:
mode:
authorGravatar Russell Cohen <rcoh@mit.edu>2011-01-10 23:28:01 -0500
committerGravatar Russell Cohen <rcoh@mit.edu>2011-01-10 23:28:01 -0500
commitd9747bd0c2598a06baeaf16dca8ff3b6469d4613 (patch)
tree23558d46c912520279a845356596294158b93458 /behaviors
parenta1969e4c4bf61bc6e73c6a59fbef96e8ce361611 (diff)
parentbb1d982669c44a990ffc926f4666b6aa72237619 (diff)
Merge branch 'stability' of github.com:rcoh/SmootLight
Conflicts: LightInstallation.py TestProfile.py behaviors/DebugBehavior.py
Diffstat (limited to 'behaviors')
-rw-r--r--behaviors/DebugBehavior.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/behaviors/DebugBehavior.py b/behaviors/DebugBehavior.py
index eb525e7..9bf3ea8 100644
--- a/behaviors/DebugBehavior.py
+++ b/behaviors/DebugBehavior.py
@@ -4,5 +4,5 @@ import pdb
class DebugBehavior(Behavior):
def processResponse(self, sensorInputs, recursiveInputs):
if sensorInputs != []:
- main_log.debug('Sensor Inputs: '+ str(sensorInputs))
+ main_log.debug('Sensor Inputs: ' + str(sensorInputs))
return []