Skip to content

Commit 9793f0d

Browse files
committed
Merge branch 'master' into bugfix/clone_reorder
2 parents 6a103d8 + 2df0118 commit 9793f0d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/prpy/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,7 @@ def CopyTrajectory(traj, env=None):
291291
copy_traj = openravepy.RaveCreateTrajectory(env or traj.GetEnv(),
292292
traj.GetXMLId())
293293
copy_traj.Clone(traj, 0)
294+
copy_traj.SetDescription(traj.GetDescription())
294295
return copy_traj
295296

296297

0 commit comments

Comments
 (0)