From: Alain Péteut Date: Tue, 7 Jan 2020 12:39:49 +0000 (+0100) Subject: build.run: fix indentation. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=273ba523de68b0d71df19bf3a15398bf507a1698;p=nmigen.git build.run: fix indentation. --- diff --git a/nmigen/build/run.py b/nmigen/build/run.py index d92ab17..a32f38e 100644 --- a/nmigen/build/run.py +++ b/nmigen/build/run.py @@ -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)