Skip to content

Commit

Permalink
MNT #391 alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Aug 4, 2020
1 parent 571dfe8 commit 955ecbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/plans.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ def take_n_at_a_time(args, n=2):
'motors': [m for m in motors.keys()],
'num_points': num,
'num_intervals': num - 1,
'plan_args': {'detectors': list(map(repr, detectors)),
'plan_args': {'detectors': list(map(repr, detectors)),
'num': num,
'motors': repr(motor_sets),
'per_step': repr(per_step)},
Expand Down

0 comments on commit 955ecbf

Please sign in to comment.