replace one more step() with vba.step()

This commit is contained in:
Bryan Bishop
2013-09-21 15:53:34 -05:00
parent 115ce6781e
commit 48896b1456

View File

@@ -459,7 +459,7 @@ class crystal:
print "script is done executing"
return
else:
step()
vba.step()
if debug:
limit = limit - 1