File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 6060from PyFunceble .storage_facility import get_config_directory
6161
6262PROJECT_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
6565DISTRIBUTED_CONFIGURATION_FILENAME : str = ".PyFunceble_production.yaml"
6666
Original file line number Diff line number Diff line change 1- current_version : ' 4.3.0a16 .dev (Blue Duckling: Tulip)'
1+ current_version : ' 4.3.0a17 .dev (Blue Duckling: Tulip)'
22deprecated :
33- 3.0.21
44- 3.1.20
You can’t perform that action at this time.
0 commit comments