build.run: fix indentation.

This commit is contained in:
Alain Péteut 2020-01-07 13:39:49 +01:00 committed by whitequark
parent 476ce15f04
commit 63902dddb7

View file

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