Skip to content

Commit 4e395b7

Browse files
committed
Fixing typos in previous commit
1 parent bb8a4e2 commit 4e395b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/prpy/base/robot.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ def PostProcessPath(self, path, defer=False, executor=None,
246246
shortcut_options.setdefault('timelimit', default_timelimit)
247247
smoothing_options.setdefault('timelimit', default_timelimit)
248248
retiming_options.setdefault('timelimit', default_timelimit)
249-
affine_retiming_options.setdefault('timelimit', default_timelimit)
249+
affine_retimer_options.setdefault('timelimit', default_timelimit)
250250

251251
# Read default parameters from the trajectory's tags.
252252
tags = GetTrajectoryTags(path)
@@ -288,7 +288,7 @@ def do_postprocess():
288288
logger.debug(
289289
'Setting robot "%s" DOFs %s (affine? %d) as active for'
290290
' post-processing.',
291-
cloned_robot.GetName(), list(dof_indices), has_affine_dofs
291+
cloned_robot.GetName(), list(dof_indices), affine_dofs
292292
)
293293

294294
if dof_indices and affine_dofs:

0 commit comments

Comments
 (0)