Skip to content

Commit 7204d24

Browse files
committed
Removed unnecessary SetDescription().
This manual copying of description is not needed after #282.
1 parent 256e1a6 commit 7204d24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/prpy/base/robot.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ def PostProcessPath(self, path,
370370

371371
# Copy the trajectory into the output environment.
372372
output_traj = CopyTrajectory(traj, env=self.GetEnv())
373-
output_traj.SetDescription(path.GetDescription())
374373
return output_traj
375374

376375
def ExecutePath(self, path, **kwargs):

0 commit comments

Comments
 (0)