From: Alain Péteut Date: Tue, 7 Jan 2020 12:39:49 +0000 (+0100) Subject: build.run: fix indentation. X-Git-Tag: v0.2~41 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=63902dddb726119305177bda0233c28bfb38c5f3;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)