diff --git a/mhcflurry/cluster_parallelism.py b/mhcflurry/cluster_parallelism.py
index aff88c34081867788589f4418fa66054a9d33b5d..49e71c370a01fbfe1e2ab41ae2c760e404b533ef 100644
--- a/mhcflurry/cluster_parallelism.py
+++ b/mhcflurry/cluster_parallelism.py
@@ -183,7 +183,7 @@ def cluster_results(
                         raise exception
 
             if os.path.exists(result_path):
-                print("Result path exists", error_path)
+                print("Result path exists", result_path)
                 if result_serialization_method == "save_predictor":
                     result = Class1AffinityPredictor.load(result_path)
                 else:
diff --git a/mhcflurry/downloads.yml b/mhcflurry/downloads.yml
index b5dabec508835ab370ab91ee5002a3d984efce01..afc109f36c1324a93729c179572e91f62fce9766 100644
--- a/mhcflurry/downloads.yml
+++ b/mhcflurry/downloads.yml
@@ -20,6 +20,10 @@ releases:
     2.0.0:
         compatibility-version: 2
         downloads:
+            - name: model_class1_pan_unselected
+              url: https://github.com/openvax/mhcflurry/releases/download/pan-dev1/model_class1_pan_unselected.manual_build.20190730.tar.bz2
+              default: false
+
             - name: data_iedb
               url: https://github.com/openvax/mhcflurry/releases/download/pan-dev1/data_iedb.20190610.tar.bz2
               default: false