aboutsummaryrefslogtreecommitdiff
path: root/scripts/rpkid.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rpkid.py')
-rwxr-xr-xscripts/rpkid.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/rpkid.py b/scripts/rpkid.py
index efcb5d2d..0b629a6b 100755
--- a/scripts/rpkid.py
+++ b/scripts/rpkid.py
@@ -35,7 +35,7 @@ def up_down_handler(query, path):
return 500, "Unhandled exception %s" % data
def cronjob_handler(query, path):
- raise NotImplementedError
+ raise NotImplementedError, "NIY"
class global_context(object):
"""A place to stash various global parameters."""