Skip to content

Commit 2537cd2

Browse files
committed
Fix issue with missing Percentage on autosave (CI).
1 parent 50cbf13 commit 2537cd2

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

PyFunceble/abstracts/package.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ class Package:
7373
:type: str
7474
"""
7575

76-
VERSION = "3.0.20.dev (Teal Blauwbok)"
76+
VERSION = "3.0.21.dev (Teal Blauwbok)"
7777
"""
7878
Sets the package version.
7979

PyFunceble/core/file.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,7 @@ def cleanup(self, auto_continue_db, auto_save, test_completed=False):
468468
auto_continue_db.clean()
469469
auto_save.process(test_completed=test_completed)
470470
elif auto_save.is_time_exceed():
471+
auto_continue_db.update_counters()
471472
self.generate_files()
472473
self.sort_generated_files()
473474
auto_save.process(test_completed=test_completed)

version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
current_version: 3.0.20.dev (Teal Blauwbok)
1+
current_version: 3.0.21.dev (Teal Blauwbok)
22
deprecated:
33
- 1.0.0
44
- 1.2.1

0 commit comments

Comments
 (0)