mirror of
https://github.com/andreili/SBC_builder.git
synced 2025-09-25 22:04:40 +02:00
Fix early exit.
This commit is contained in:
parent
d98fd095a7
commit
35ccc6b7a3
@ -81,7 +81,6 @@ class Target:
|
|||||||
|
|
||||||
def source_sync(self):
|
def source_sync(self):
|
||||||
Logger.build(f"'{self.name}': Source prepare")
|
Logger.build(f"'{self.name}': Source prepare")
|
||||||
exit(0)
|
|
||||||
self.sources.sync()
|
self.sources.sync()
|
||||||
self.sources.do_patch(self.board_name, self.patch_dir)
|
self.sources.do_patch(self.board_name, self.patch_dir)
|
||||||
if (self.have_defconfig):
|
if (self.have_defconfig):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user