Skip to content

Commit decd6c5

Browse files
mmaterarocky
authored andcommitted
improving Pause
1 parent 54e48ae commit decd6c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mathics/builtin/procedural.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ def eval(self, n, evaluation: Evaluation): # pylint: disable=unused-argument
529529
except ValueError:
530530
evaluation.message("Pause", "numnm", Expression(SymbolPause, n))
531531
return
532+
532533
eval_pause(sleep_time, evaluation)
533534
return SymbolNull
534535

0 commit comments

Comments
 (0)