vorta/package
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
..
entitlements.plist Run hooks on the code base. 2022-08-16 18:20:34 +02:00
fix_app_qt_folder_names_for_codesign.py Random cleanups by @ThomasWaldmann (#1879) 2024-01-09 08:06:48 +00:00
icon-symbolic.svg Add correct icon for notifications on Linux. By @Hofer-Julian 2020-08-11 11:51:14 +08:00
icon.icns Adjust icon color to work on light and dark background. Fixes #489 2020-06-22 16:37:19 +08:00
macos-package-app.sh Update macOS notarization for use with notarytool (#1831) 2023-10-24 11:37:40 +01:00
vorta.spec Minor: include exclusion presets for macos package 2023-11-30 11:34:03 +00:00