v.licheni.net
/
stack
/
code
/
dboxswitch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d7b4473
)
typo in delete profile fixed
author
stack
<stack@inventati.org>
Wed, 11 Jul 2012 01:25:23 +0000
(
03:25
+0200)
committer
stack
<stack@inventati.org>
Wed, 11 Jul 2012 01:25:23 +0000
(
03:25
+0200)
profhandler.py
patch
|
blob
|
history
diff --git
a/profhandler.py
b/profhandler.py
index
5afefaa
..
7575da2
100644
(file)
--- a/
profhandler.py
+++ b/
profhandler.py
@@
-109,7
+109,7
@@
class ProfHandler():
raise AppError('Profile Name does not exists')
else:
raise AppError('Profile Name not valid')
- print("Profile "+profileName+"
crea
ted.")
+ print("Profile "+profileName+"
dele
ted.")
def isCurrentProfile(self, ppath):
""" Returns true if the current profile path is currently activated """