chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
rights now apply to commands; docs catch up a bit
[disorder]
/
python
/
disorder.py.in
diff --git
a/python/disorder.py.in
b/python/disorder.py.in
index 9a6b3853c7111e36da6a5d66a019d15e34c53bdb..4e9b8cd8bc931bcc21af07ae40c95a2b5d4cec69 100644
(file)
--- a/
python/disorder.py.in
+++ b/
python/disorder.py.in
@@
-854,7
+854,7
@@
class client:
def make_cookie(self):
"""Create a login cookie"""
ret, details = self._simple("make-cookie")
- return
details
+ return
_split(details)[0]
def revoke(self):
"""Revoke a login cookie"""