diff frontends/src/quick_frontend/quick_profile_manager.py @ 2171:978011533892

primitivus: fixed profileCreate bridge call
author Goffi <goffi@goffi.org>
date Wed, 08 Mar 2017 20:44:28 +0100
parents 255830fdb80b
children 8b37a62336c3
line wrap: on
line diff
--- a/frontends/src/quick_frontend/quick_profile_manager.py	Mon Mar 06 21:22:59 2017 +0100
+++ b/frontends/src/quick_frontend/quick_profile_manager.py	Wed Mar 08 20:44:28 2017 +0100
@@ -134,7 +134,7 @@
     def _getErrorMessage(self, reason):
         """Return an error message corresponding to profile creation error
 
-        @param reason (str): reason as returned by createProfile
+        @param reason (str): reason as returned by profileCreate
         @return (unicode): human readable error message
         """
         if reason == "ConflictError":