I'm sorry, but an uncaught exception occurred.
While running game code:
File "game/freeroam_ep1.rpy", line 2128, in script
MC "So uh ... your room, or mine?"
RecursionError: maximum recursion depth exceeded while calling a Python object
-- Full Traceback ------------------------------------------------------------
Full traceback:
File "game/freeroam_ep1.rpy", line 2128, in script
MC "So uh ... your room, or mine?"
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/ast.py", line 930, in execute
renpy.exports.say(who, what, *args, **kwargs)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/exports.py", line 1473, in say
who(what, *args, **kwargs)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1335, in __call__
who = self.prefix_suffix("who", self.who_prefix, who, self.who_suffix)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1251, in prefix_suffix
return (sub(prefix) + sub(body) + sub(suffix))
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1231, in sub
return renpy.substitutions.substitute(s, scope=scope, force=force, translate=translate)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 278, in substitute
s = formatter.vformat(s, (), kwargs) # type: ignore
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 165, in vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 218, in _vformat
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/string.py", line 235, in format_field
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1201, in __format__
return format(str(self), spec)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/character.py", line 1193, in __str__
rv = renpy.substitutions.substitute(who)[0]
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/substitutions.py", line 261, in substitute
s = renpy.translation.translate_string(s)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/translation/__init__.py", line 508, in translate_string
return stl.translate(s)
File "/Applications/LawSchool_ep1.app/Contents/Resources/autorun/renpy/translation/__init__.py", line 449, in translate
notags = re.sub(r"\{\#.*?\}", "", old)
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/re.py", line 210, in sub
File "/home/tom/ab/renpy-build/tmp/install.linux-x86_64/lib/python3.9/re.py", line 291, in _compile
RecursionError: maximum recursion depth exceeded while calling a Python object
macOS-10.16-x86_64-i386-64bit x86_64
Ren'Py 8.1.1.23060707
Law School Episode 1
Tue Jun 11 18:45:43 2024