Merge branch 'features/JAL-2295setChimeraAttributes' into features/JAL-2351jmolExchange
[jalview.git] / src / jalview / ws / sifts / SiftsClient.java
index 56b80fb..37388d3 100644 (file)
@@ -226,6 +226,10 @@ public class SiftsClient implements SiftsClientI
           return new File(siftsFileName);
         }
       }
+      else
+      {
+        return siftsFile;
+      }
     }
     try
     {