From 059f57bfd018c6bc5a46667d92af9cdfd21ea1a3 Mon Sep 17 00:00:00 2001
From: Rafal Gumienny <r.gumienny@unibas.ch>
Date: Fri, 20 Apr 2018 09:48:27 +0200
Subject: [PATCH] fix: Saving message

---
 actions/ost-compare-structures | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actions/ost-compare-structures b/actions/ost-compare-structures
index b1d2ed816..19c8bea44 100644
--- a/actions/ost-compare-structures
+++ b/actions/ost-compare-structures
@@ -854,7 +854,7 @@ def _Main():
                 mdl_output_path = os.path.join(
                     os.path.dirname(opts.model),
                     model_name + opts.dump_suffix)
-                ost.LogInfo("Saving cleaned up reference to %s" %
+                ost.LogInfo("Saving cleaned up model to %s" %
                             mdl_output_path)
                 try:
                     SavePDB(qs_scorer.qs_ent_2.ent,
-- 
GitLab