Skip to content

Commit 093b390

Browse files
committed
Updated generater iterator
1 parent 20fee97 commit 093b390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def progress_cursor():
191191
progress_spinner = progress_cursor()
192192

193193
def progress():
194-
sys.stdout.write(progress_spinner.next())
194+
sys.stdout.write(next(progress_spinner))
195195
sys.stdout.flush()
196196
sys.stdout.write('\b')
197197

0 commit comments

Comments
 (0)