branch | stable |
changeset 6845 | 027c93dfba0a |
parent 6778 | 7dd4835d5198 |
child 6914 | 5be96d9cbedc |
--- a/cwctl.py Wed Jan 19 11:22:39 2011 +0100 +++ b/cwctl.py Wed Jan 19 11:23:16 2011 +0100 @@ -235,7 +235,7 @@ tinfo = cwcfg.cube_pkginfo(cube) tversion = tinfo.version cfgpb.add_cube(cube, tversion) - except ConfigurationError, ex: + except (ConfigurationError, AttributeError), ex: tinfo = None tversion = '[missing cube information: %s]' % ex print '* %s %s' % (cube.ljust(namesize), tversion)