mirror of https://github.com/openXC7/prjxray.git
Restore int_maketodo support for non-LR sides.
Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
parent
8658f2425a
commit
f6e94a33d9
|
|
@ -215,7 +215,7 @@ def run(
|
|||
elif side == "xr":
|
||||
segfile = "r{}".format(seg_type)
|
||||
pipfile = "r{}".format(pip_type)
|
||||
elif side == "l" or side == "r":
|
||||
elif side != "":
|
||||
segfile = "{}_{}".format(seg_type, side)
|
||||
pipfile = "{}_{}".format(pip_type, side)
|
||||
else:
|
||||
|
|
|
|||
Loading…
Reference in New Issue