- fix over.text.lexical_join crashing on generators

- over.app strack tracer ui tweak
This commit is contained in:
Martinez 2016-10-21 12:06:33 +02:00
parent 93473a0c42
commit 4f7268c3e2
2 changed files with 3 additions and 0 deletions

View file

@ -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")

View file

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