Restore int_maketodo support for non-LR sides.

Signed-off-by: Keith Rothman <537074+litghost@users.noreply.github.com>
This commit is contained in:
Keith Rothman 2019-07-30 13:26:37 -07:00
parent 8658f2425a
commit f6e94a33d9
1 changed files with 1 additions and 1 deletions

View File

@ -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: