From 637fafff5e1419fce360e40eab1f90c3bb90a870 Mon Sep 17 00:00:00 2001 From: Egor Svitin Date: Tue, 21 Feb 2023 10:33:20 +0300 Subject: [PATCH] remove whitespace --- update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.py b/update.py index a069d76..4a09cc1 100644 --- a/update.py +++ b/update.py @@ -38,7 +38,7 @@ class Updater: print("Start Configure") self.update_config() print(dir(config)) - return + return if hasattr(self.args, 'source') and self.is_source_exists(self.args.source): print("Start source update" + self.args.source) self.parse_source(self.args.source)