diff sat_frontends/jp/base.py @ 2614:a5b96950b81a

jp (event): fixed crash on missing item in get and inviteeGet by making it mandatory.
author Goffi <goffi@goffi.org>
date Thu, 21 Jun 2018 01:21:44 +0200
parents 75d2ac872965
children b4ecbcc2fd08
line wrap: on
line diff
--- a/sat_frontends/jp/base.py	Thu Jun 21 01:21:44 2018 +0200
+++ b/sat_frontends/jp/base.py	Thu Jun 21 01:21:44 2018 +0200
@@ -742,6 +742,7 @@
             - pubsub_flags(iterable[unicode]): tuple of flags to set pubsub options, can be:
                 C.SERVICE: service is required
                 C.NODE: node is required
+                C.ITEM: item is required
                 C.SINGLE_ITEM: only one item is allowed
         @attribute need_loop(bool): to set by commands when loop is needed
         """