PEP8/Black

Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
Hiroshi Miura
2021-06-19 19:17:42 +09:00
parent 99b9c216a5
commit 0776b54518
2 changed files with 6 additions and 2 deletions

View File

@@ -298,7 +298,9 @@ class Updater:
@classmethod
def patch_kde(cls, src_dir):
logger = logging.getLogger("aqt")
PATCH_URL_BASE = "https://raw.githubusercontent.com/miurahr/kde-qt-patch/main/patches/"
PATCH_URL_BASE = (
"https://raw.githubusercontent.com/miurahr/kde-qt-patch/main/patches/"
)
for p in Settings.kde_patches:
logger.info("Apply patch: " + p)
patchfile = patch.fromurl(PATCH_URL_BASE + p)