-
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.0b1 → 2.0.0b2
[actions skip] [ci release]
- Loading branch information
CI Runner
committed
Oct 30, 2023
1 parent
b42d3d2
commit 9be68ea
Showing
6 changed files
with
51 additions
and
24 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,10 +1,29 @@ | ||
prunerr 2.0.0b1 (2023-10-29) | ||
prunerr 2.0.0b2 (2023-10-30) | ||
============================ | ||
|
||
Bugfixes | ||
-------- | ||
|
||
- Trigger a release after the v2.0.0b0 release failure. | ||
- 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>`_. | ||
|
||
|
||
|
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 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