Skip to content

Commit 52a6115

Browse files
committed
Fixing spacing issue
1 parent 485808e commit 52a6115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prpy/planning/retimer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ def RetimeTrajectory(self, robot, path, options=None, **kw_args):
109109
logging.info('Retiming with %s' % self.algorithm)
110110
logging.info('Retiming trajectory with %d waypoints' % output_traj.GetNumWaypoints())
111111
status = self.planner.PlanPath(output_traj, releasegil=True)
112-
112+
113113
if status not in [ PlannerStatus.HasSolution,
114114
PlannerStatus.InterruptedWithSolution ]:
115115
raise PlanningError(

0 commit comments

Comments
 (0)