Formatting changes to the event error message

This commit is contained in:
Bryan Schumaker 2010-10-18 10:12:05 -04:00
parent 98ded4f032
commit b85f1ac5c4
1 changed files with 2 additions and 2 deletions

View File

@ -45,9 +45,9 @@ def start(key, *args):
print "Event:", key
print "Function:", func
print "Args:", args
print e
print "Error: ", e
print "The function has been uninvited from this event"
print "====="
print "======================="
def call(action, func=None, *args):