changeset 2476 | 1294a6bdf3bf |
parent 2126 | a25859917ccc |
child 3689 | deb13e88e037 |
--- a/goa/dbinit.py Fri Jul 24 13:50:59 2009 +0200 +++ b/goa/dbinit.py Fri Jul 24 14:33:37 2009 +0200 @@ -20,7 +20,7 @@ try: group = Get(key) except datastore_errors.EntityNotFoundError: - raise Exception('can\'t find required group %s, is your application ' + raise Exception('can\'t find required group %s, is your instance ' 'correctly initialized (eg did you run the ' 'initialization script) ?' % groupname) _GROUP_CACHE[groupname] = group