build.run: fix indentation.
This commit is contained in:
parent
476ce15f04
commit
63902dddb7
|
@ -97,7 +97,7 @@ class BuildPlan:
|
|||
else:
|
||||
subprocess.check_call(["sh", "{}.sh".format(self.script)])
|
||||
|
||||
return LocalBuildProducts(os.getcwd())
|
||||
return LocalBuildProducts(os.getcwd())
|
||||
|
||||
finally:
|
||||
os.chdir(cwd)
|
||||
|
|
Loading…
Reference in a new issue