vorta/.github
TW 675010e401
Random cleanups by @ThomasWaldmann (#1879)
* fix PEP8 E721

do not compare types, for exact checks use `is` / `is not`, for instance checks use `isinstance()`

* remove redundant parentheses

* fix SiteWorker.run for empty job queue

local variable job is not assigned if queue was empty
when calling .run(), but it is used in exception handler.

* remove unreachable code in parse_diff_lines

* bug fix for unreachable code in is_worker_running

the code intended to check if *any* worker is running for
any site was *unreachable*.

this caused false negative results for site=None.

* check_failed_response: remove outdated part of docstring

* pull request template: fix relative path to LICENSE.txt

* fix typos

* use logger.warning, .warn is deprecated
2024-01-09 08:06:48 +00:00
..
ISSUE_TEMPLATE Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
actions Integration Tests for Borg (#1716) 2023-08-05 13:49:45 +00:00
scripts Reduce number of tests. By @bigtedde (#1780) 2023-08-21 20:31:51 +01:00
workflows Minor: add missing notarization env var 2023-10-27 12:07:59 +01:00
CONTRIBUTING.md Add CONTRIBUTING file. 2022-09-18 08:31:04 +02:00
pull_request_template.md Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
stale.yml Use maintained stale action (#1737) 2023-06-25 21:53:29 +01:00