mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-12-21 19:13:29 +01:00
Fix space in size for EZFIO.cfg
This commit is contained in:
parent
e2e500dad8
commit
a6e70c1c5f
@ -398,7 +398,7 @@ def create_ezfio_stuff(dict_ezfio_cfg, config_or_default="config"):
|
||||
try:
|
||||
(begin, end) = map(str.strip, dim.split(":"))
|
||||
except ValueError:
|
||||
a_size_raw.append(dim)
|
||||
a_size_raw.append(dim.strip())
|
||||
else:
|
||||
if begin[0] == '-':
|
||||
a_size_raw.append("{0}+{1}+1".format(end, begin[1:]))
|
||||
|
Loading…
Reference in New Issue
Block a user