Skip to content

Commit

Permalink
Merge 4242005 into 2239964
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Oct 1, 2019
2 parents 2239964 + 4242005 commit 903467e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apstools/plans.py
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 903467e

Please sign in to comment.