From: Thierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Date: Mon, 5 Dec 2011 14:18:01 +0000 (+0100)
Subject: bugfix
X-Git-Tag: sfa-2.0-2~11
X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=94a9adf7217f9528341f83d8b822f76024618f52;p=sfa.git

bugfix
---

diff --git a/sfa/rspecs/version_manager.py b/sfa/rspecs/version_manager.py
index 2eabaa49..3e7500ce 100644
--- a/sfa/rspecs/version_manager.py
+++ b/sfa/rspecs/version_manager.py
@@ -35,7 +35,7 @@ class VersionManager:
                         ### sounds like we should be glad with the first match, not the last one
                         break
         if not retval:
-            raise UnvalidRSpecVersion("%s %s is not suported here"% (type, version_num, content_type))
+            raise UnsupportedRSpecVersion("[%s %s %s] is not suported here"% (type, version_num, content_type))
         return retval
 
     def get_version(self, version=None):