Skip to content

Commit af02a5f

Browse files
committed
Fix typo.
This patch fixes #421.
1 parent cf99bab commit af02a5f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

PyFunceble/cli/processes/workers/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def perform_external_preflight_checks(self) -> bool:
121121
PyFunceble.facility.Logger.info("CI time exceeded. Stopping worker.")
122122

123123
if not self.delay_shutdown:
124-
self.exit_it.set()
124+
self.exit_event.set()
125125

126126
return False
127127

PyFunceble/storage.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
from PyFunceble.storage_facility import get_config_directory
6161

6262
PROJECT_NAME: str = "PyFunceble"
63-
PROJECT_VERSION: str = "4.3.0a16.dev (Blue Duckling: Tulip)"
63+
PROJECT_VERSION: str = "4.3.0a17.dev (Blue Duckling: Tulip)"
6464

6565
DISTRIBUTED_CONFIGURATION_FILENAME: str = ".PyFunceble_production.yaml"
6666

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: '4.3.0a16.dev (Blue Duckling: Tulip)'
1+
current_version: '4.3.0a17.dev (Blue Duckling: Tulip)'
22
deprecated:
33
- 3.0.21
44
- 3.1.20

0 commit comments

Comments
 (0)