projects
/
nmigen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
476ce15
)
build.run: fix indentation.
author
Alain Péteut
<alain.peteut@yahoo.com>
Tue, 7 Jan 2020 12:39:49 +0000
(13:39 +0100)
committer
whitequark
<whitequark@whitequark.org>
Tue, 7 Jan 2020 12:57:49 +0000
(12:57 +0000)
nmigen/build/run.py
patch
|
blob
|
history
diff --git
a/nmigen/build/run.py
b/nmigen/build/run.py
index d92ab17ffc4593ec5a0d25c9e798e35da37135a8..a32f38e76b8f67334ed5a3e0837396e6bf3c5b83 100644
(file)
--- 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)