JAL-4414 Add SocketTimeoutException to exceptions that trigger File Not Found rather...
[jalview.git] / src / jalview / bin / Commands.java
index 97ab98e..eb81847 100644 (file)
@@ -292,6 +292,8 @@ public class Commands
         {
           addError((protocol == DataSourceType.URL ? "File at URL" : "File")
                   + " '" + openFile + "' not found");
+          isError = true;
+          continue;
         } catch (FileFormatException e1)
         {
           addError("Unknown file format for '" + openFile + "'");