Add todo to switch to `dst/src` delim

master
Tyler Goodlet 2023-05-22 11:57:37 -04:00
parent 660a94d610
commit 2f2d612b5f
1 changed files with 1 additions and 0 deletions

View File

@ -374,6 +374,7 @@ class MktPair(Struct, frozen=True):
return maybe_cons_tokens(
[str(self.dst),
str(self.src)],
# TODO: make the default '/'
delim_char=delim_char or '',
)