diff --git a/piker/accounting/_mktinfo.py b/piker/accounting/_mktinfo.py index 313fa338..341ff2db 100644 --- a/piker/accounting/_mktinfo.py +++ b/piker/accounting/_mktinfo.py @@ -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 '', )