Skip to content

Commit f080206

Browse files
author
Nathan Lee
committed
Fixed missing property
1 parent bc6d688 commit f080206

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

pyrunner/core/pyrunner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __init__(self, **kwargs):
6363
self._on_restart_func = None
6464
self._on_success_func = None
6565
self._on_fail_func = None
66-
self._on_exit_func = None
66+
self._on_destroy_func = None
6767

6868
self.parse_args()
6969

pyrunner/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '4.2.0'
1+
__version__ = '4.2.1'

0 commit comments

Comments
 (0)