chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Start reimplenting search in Disobedience choose tabs. Results are
[disorder]
/
python
/
disorder.py.in
diff --git
a/python/disorder.py.in
b/python/disorder.py.in
index 867b901c046547387146f047e7b02505a7ae78ec..3cc300c27c25bd9171d0d097bfd2f7a78bbb5deb 100644
(file)
--- a/
python/disorder.py.in
+++ b/
python/disorder.py.in
@@
-905,7
+905,7
@@
class client:
def schedule_add(self, when, priority, action, *rest):
"""Add a scheduled event"""
def schedule_add(self, when, priority, action, *rest):
"""Add a scheduled event"""
- self._simple("schedule-add",
when, prior
ty, action, *rest)
+ self._simple("schedule-add",
str(when), priori
ty, action, *rest)
########################################################################
# I/O infrastructure
########################################################################
# I/O infrastructure