-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(release): Version 2.0.0b2 → 2.0.0b3
[actions skip] [ci release]
- Loading branch information
CI Runner
committed
Oct 31, 2023
1 parent
52b4866
commit 1622c49
Showing
5 changed files
with
15 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,11 @@ | ||
prunerr 2.0.0b2 (2023-10-30) | ||
prunerr 2.0.0b3 (2023-10-31) | ||
============================ | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Fix handling of empty top-level keys in the configuration file:: | ||
|
||
DEBUG:prunerr.runner:Sub-command `exec` completed in 89.50181317329407s | ||
Traceback (most recent call last): | ||
File "/usr/local/bin/prunerr", line 8, in <module> | ||
sys.exit(main()) | ||
^^^^^^ | ||
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 241, in main | ||
_main(args=args) | ||
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 288, in _main | ||
if (result := parsed_args.command(runner, **command_kwargs)) is not None: | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
File "/usr/local/lib/python3.11/site-packages/prunerr/__init__.py", line 181, in daemon | ||
runner.daemon(*args, **kwargs) | ||
File "/usr/local/lib/python3.11/site-packages/prunerr/runner.py", line 337, in daemon | ||
poll = self.config.get("daemon", {}).get("poll", 60) | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
AttributeError: 'NoneType' object has no attribute 'get' | ||
- Get default values from `the example configuration file | ||
<https://gitlab.com/rpatterson/prunerr/blob/main/src/prunerr/home/.config/prunerr.yml>`_. | ||
- Upgrade all requirements to the most recent versions as of | ||
Tue Oct 31 05:01:35 PM UTC 2023. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters