remove whitespace

This commit is contained in:
Egor Svitin
2023-02-21 10:33:20 +03:00
parent 1abfc53ffd
commit 637fafff5e

View File

@@ -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)