From: Florent Kermarrec Date: Mon, 13 Apr 2015 18:55:21 +0000 (+0200) Subject: global: pep8 (E222) X-Git-Tag: 24jan2021_ls180~2099^2~110 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=728c15213fd01f701dde496d4894c963e0396adf;p=litex.git global: pep8 (E222) --- diff --git a/mibuild/lattice/diamond.py b/mibuild/lattice/diamond.py index 2a993fba..40531f96 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