| Index: visual_studio/NativeClientVSAddIn/InstallerResources/xml_patch.py
 | 
| diff --git a/visual_studio/NativeClientVSAddIn/InstallerResources/xml_patch.py b/visual_studio/NativeClientVSAddIn/InstallerResources/xml_patch.py
 | 
| index 56655005cd67589461655fb5ca40d2e651aed60b..c53a94de06033e9576ddc0f91606822b45cf659b 100644
 | 
| --- a/visual_studio/NativeClientVSAddIn/InstallerResources/xml_patch.py
 | 
| +++ b/visual_studio/NativeClientVSAddIn/InstallerResources/xml_patch.py
 | 
| @@ -139,7 +139,7 @@ def MergeElement(source_elem, patch_elem):
 | 
|    if find_target is not None:
 | 
|      raise Exception('Find operation never matched:' + find_target.tag)
 | 
|    elif len(remove_targets) != 0:
 | 
| -    raise Exception('Remove operation never matched: ' + remove_targets)
 | 
| +    raise Exception('Remove operation never matched: ' + str(remove_targets))
 | 
|  
 | 
|    # We may have more add operations after source has run empty:
 | 
|    while patch_index < len(patch_children):
 | 
| 
 |