global: pep8 (E222)
authorFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 18:55:21 +0000 (20:55 +0200)
committerFlorent Kermarrec <florent@enjoy-digital.fr>
Mon, 13 Apr 2015 18:55:21 +0000 (20:55 +0200)
mibuild/lattice/diamond.py

index 2a993fba2990c9e8c6f12857b887e073333b676a..40531f9610c9595b71313fd0489e011396353e87 100644 (file)
@@ -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