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