Skip to content

Commit

Permalink
BUG #255 resolve indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 1, 2019
1 parent 2239964 commit 4242005
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 @@ -78,7 +78,7 @@ def addDeviceDataAsStream(devices, label):
devices = [devices]
for d in devices:
yield from bps.read(d)
yield from bps.save()
yield from bps.save()


def execute_command_list(filename, commands, md={}):
Expand Down

0 comments on commit 4242005

Please sign in to comment.