
21 Jan
2014
21 Jan
'14
12:31 p.m.
+ try: + ret = conn.findStoragePoolSources(target_type, xml, 0) + except libvirt.libvirtError as e: + kimchi_log.warning("Query storage pool source fails because of %s", + e.get_error_message()) + continue Please align the second line of "kimchi.log.warning" to the beginning of
Am 19-01-2014 13:28, schrieb lvroyce0210@gmail.com: the parameter list in order to be consistent with our code guidelines (i.e. "e.get_error_message" should start right below "Query ...").