From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Tue, 09 Oct 2007 06:44:10 -0700 Subject: [sup-talk] Exception reading contacts.txt In-Reply-To: <1191936819-sup-5265@Kirin.local> References: <1191936819-sup-5265@Kirin.local> Message-ID: <1191937287-sup-4195@south> Excerpts from Steve Tooke's message of Tue Oct 09 06:35:36 -0700 2007: > The problem was: 'can't parse /Users/stevet/.sup/contacts.txt line "Anthony > Dobson: anthony at collierdobson.com\n"' (error type RuntimeError) Hm, Sup doesn't expect aliases to have spaces. Sup's expecting something like "tony: Anthony Dobson ". Did you add that line by hand, or did you use Sup to make the alias? That translates into two bugfixes for me: 1. Don't allow spaces when inputting a new alias name. 2. Don't crash completely when contacts.txt isn' what you expect. -- William