##// END OF EJS Templates
PayloadManager: Fix docstring.
Pablo de Oliveira -
Show More
@@ -32,8 +32,8 b' class PayloadManager(Configurable):'
32 def write_payload(self, data, single=True):
32 def write_payload(self, data, single=True):
33 """Include or update the specified `data` payload in the PayloadManager.
33 """Include or update the specified `data` payload in the PayloadManager.
34
34
35 If a previous payload with the same source than `data` exists
35 If a previous payload with the same source exists and `single` is True,
36 and `single` is True, it will be overwritten with the new one.
36 it will be overwritten with the new one.
37 """
37 """
38
38
39 if not isinstance(data, dict):
39 if not isinstance(data, dict):
General Comments 0
You need to be logged in to leave comments. Login now