JAL-2781 null local siftsClient variable if exception occurs (probably not needed...
[jalview.git] / src / jalview / structure / StructureSelectionManager.java
index 0e43841..10fe836 100644 (file)
@@ -426,6 +426,7 @@ public class StructureSelectionManager
     {
       isMapUsingSIFTs = false;
       e.printStackTrace();
+      siftsClient = null;
     }
 
     String targetChainId;