vorta/src/vorta
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
..
assets Bump version to v0.9.1-beta3 2023-11-30 07:09:49 +00:00
borg Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
i18n Bump version to v0.9.1-beta2 2023-10-27 13:39:42 +01:00
keyring Run pre-commit (with newly added ruff) on code base. 2023-05-01 10:28:11 +02:00
network_status Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
store Exclude GUI. By @diivi (#1846) 2023-11-24 21:19:28 +00:00
views Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
__init__.py Keep version number in one place only. Clean up Makefile vars (#642) 2020-09-10 13:26:38 +08:00
__main__.py Add a dev mode that allows for local storing of config files and logs (#1682) 2023-05-30 10:43:20 +00:00
_version.py Bump version to v0.9.1-beta3 2023-11-30 07:09:49 +00:00
application.py Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
autostart.py Run pre-commit (with newly added ruff) on code base. 2023-05-01 10:28:11 +02:00
config.py Add a dev mode that allows for local storing of config files and logs (#1682) 2023-05-30 10:43:20 +00:00
log.py Add '.log' suffix to log files. By @bigtedde (#1710) 2023-09-25 22:51:17 +01:00
notifications.py Run pre-commit (with newly added ruff) on code base. 2023-05-01 10:28:11 +02:00
profile_export.py Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
qt_single_application.py PyQt6 Upgrade (#1685) 2023-04-17 11:17:01 +01:00
scheduler.py Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
tray_menu.py Run pre-commit (with newly added ruff) on code base. 2023-05-01 10:28:11 +02:00
updater.py Run pre-commit (with newly added ruff) on code base. 2023-05-01 10:28:11 +02:00
utils.py Setting for number format in archive tab. By @bigtedde (#1719) 2023-08-11 12:22:10 +01:00