Skip to content

Commit e0415b4

Browse files
committed
Merge branch 'develop'
2 parents b7a85ed + 3e8d42c commit e0415b4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ numpy
66
pyyaml
77
requests
88
scipy
9-
transforms3d
9+
transforms3d==0.3.1

src/benchbot_robot_controller.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,8 @@ def prepare(self):
203203
for i, _ in enumerate(self._cmds):
204204
print("COMMAND:\n\t%s\nOUTPUT:" % self._cmds[i])
205205
with open(
206-
os.path.join(self.config_robot['logs_dir'], str(i),
207-
'r')) as f:
206+
os.path.join(self.config_robot['logs_dir'], str(i)),
207+
'r') as f:
208208
print(f.read())
209209
return False
210210
elif not self._events:

0 commit comments

Comments
 (0)