Commit Graph

9 Commits

Author SHA1 Message Date
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
yfprojects fd2d2d69cf
Update bug_report.md 2022-09-18 08:31:02 +02:00
Manu 305ba01a6e
Update bug_report.md 2021-02-15 15:15:32 +08:00
Manu 60e9ee89b9 Emphasize bug report details. 2021-02-15 11:18:18 +08:00
Samuel Woon 6df94f07f9
Replace Borg version with install method in bug report (#657)
We don't seem to have many bugs due to Borg errors, but we do have many due to packaging issues.
2020-09-18 14:32:12 +08:00
Manu e31d4faafb Fix bug report template formatting 2020-09-06 15:50:14 +08:00
Samuel Woon 282d2adf5d
Add Vorta- and Borg version to issue template 2020-09-06 15:48:12 +08:00
Manuel Riel 15aebc6ceb
Get borg version and path on startup. Link to log folder. (#247)
* Get borg version and path on startup. Link to log folder. Fixes #205, #230, #120
2019-04-07 22:36:31 +08:00
Manuel Riel e5fffd8cf1 Update issue templates 2018-12-16 12:30:56 +08:00