- fix over.text.lexical_join crashing on generators
- over.app strack tracer ui tweak
This commit is contained in:
parent
93473a0c42
commit
4f7268c3e2
2 changed files with 3 additions and 0 deletions
|
@ -789,3 +789,5 @@ class Main:
|
||||||
format = "%s - <i><t>" %((i - 3) * " ")
|
format = "%s - <i><t>" %((i - 3) * " ")
|
||||||
|
|
||||||
self.print(line, format=format, end="\n")
|
self.print(line, format=format, end="\n")
|
||||||
|
|
||||||
|
self.print("---------------------------------------------", format="<t>", end="\n")
|
||||||
|
|
|
@ -32,6 +32,7 @@ def lexical_join(words, oxford=False):
|
||||||
"this"
|
"this"
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
words = list(words)
|
||||||
l = len(words)
|
l = len(words)
|
||||||
|
|
||||||
if l == 0:
|
if l == 0:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue