Skip to content

Commit 6145b11

Browse files
committed
fixes #255
1 parent cf8162e commit 6145b11

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,4 @@ issue*.py
1717
build_log.txt
1818

1919
.ipython_*.log*
20+
.vscode/

apstools/plans.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ def addDeviceDataAsStream(devices, label):
7878
devices = [devices]
7979
for d in devices:
8080
yield from bps.read(d)
81-
yield from bps.save()
81+
yield from bps.save()
8282

8383

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

0 commit comments

Comments
 (0)