Handle unserializable warning arguments

Fix #349
This commit is contained in:
Bruno Oliveira
2018-10-29 18:47:43 -03:00
parent 70688b7986
commit b151e56fbd
4 changed files with 37 additions and 4 deletions

1
changelog/349.bugfix.rst Normal file
View File

@@ -0,0 +1 @@
Correctly handle warnings created with arguments that can't be serialized during the transfer from workers to master node.