From e6b6d095d23af595e207bb278697e1b9423fbc53 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Mon, 22 Mar 2021 00:34:11 +0100 Subject: [PATCH] - indentation fix --- TLD_Builder/request.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/TLD_Builder/request.py b/TLD_Builder/request.py index 039cf76..4ce68e3 100644 --- a/TLD_Builder/request.py +++ b/TLD_Builder/request.py @@ -378,8 +378,8 @@ class Batch: bld = lin_ar.split('-') tree_name = '-'.join(bld[:-1]) tree_arch = '-'.join(bld[-1:]) - link_pre = "" \ - % (urllib.quote(tree_name), urllib.quote(tree_arch), urllib.quote(bl_name), urllib.quote(rid)) + link_pre = "" \ + % (urllib.quote(tree_name), urllib.quote(tree_arch), urllib.quote(bl_name), urllib.quote(rid)) link_post = "" def ftime(s): -- 2.44.0