From 7767ad4e97be93e5951fe83e8222f212e671cc13 Mon Sep 17 00:00:00 2001 From: stack Date: Sun, 8 Jul 2012 18:14:49 +0200 Subject: [PATCH] renamed error message in profhandler --- profhandler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profhandler.py b/profhandler.py index 1008c4b..760f45f 100755 --- a/profhandler.py +++ b/profhandler.py @@ -94,7 +94,7 @@ class ProfHandler(): if self.isValidProfileName(profileName): os.makedirs(os.path.join(self.getProfileFolder(), profileName)) else: - raise AppError('Profile Name not valid') + raise AppError('Profile Name not valid.\nAllowed only ascii characters.') print("Profile "+profileName+" created.") def delProfile(self, profileName): -- 2.20.1