From 728c15213fd01f701dde496d4894c963e0396adf Mon Sep 17 00:00:00 2001 From: Florent Kermarrec Date: Mon, 13 Apr 2015 20:55:21 +0200 Subject: [PATCH] global: pep8 (E222) --- mibuild/lattice/diamond.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mibuild/lattice/diamond.py b/mibuild/lattice/diamond.py index 2a993fba2..40531f961 100644 --- a/mibuild/lattice/diamond.py +++ b/mibuild/lattice/diamond.py @@ -25,7 +25,7 @@ def _format_lpf(signame, pin, others, resname): fmt_c = [_format_constraint(c) for c in ([Pins(pin)] + others)] r = "" for pre, suf in fmt_c: - r += pre + "\""+ signame +"\"" + suf + ";\n" + r += pre + "\"" + signame + "\"" + suf + ";\n" return r