Add todo to switch to `dst/src` delim
parent
660a94d610
commit
2f2d612b5f
|
@ -374,6 +374,7 @@ class MktPair(Struct, frozen=True):
|
||||||
return maybe_cons_tokens(
|
return maybe_cons_tokens(
|
||||||
[str(self.dst),
|
[str(self.dst),
|
||||||
str(self.src)],
|
str(self.src)],
|
||||||
|
# TODO: make the default '/'
|
||||||
delim_char=delim_char or '',
|
delim_char=delim_char or '',
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue