Kaitlin Rupert wrote:
> We should not hardcode CreationClassName to Xen_ComputerSystem.
>> +
>> + curr_cim_rev, changeset = get_provider_version(options.virt,
>> options.ip)
>> + if curr_cim_rev >= libvirt_ec_changes:
>> + cs_exp_desc = "Referenced domain `wrong' does not exist:"
+ \
>> + " Domain not found"
>>
> you dont need a + sign here. \ will work.
This is not true in this case. You'll get the following error:
ElementCapabilities/ - 03_forward_errs.py: FAIL
File "03_forward_errs.py", line 92
cs_exp_desc = "Referenced domain `wrong' does not exist:" +
^
SyntaxError: invalid syntax
The slash is needed here.
Sorry for not being clear in the above statement.
I also meant the same that we dont need a + , instead just using the
slash \ will work.
--
Thanks and Regards,
Deepti B. Kalakeri
IBM Linux Technology Center
deeptik(a)linux.vnet.ibm.com