You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kibble.apache.org by hu...@apache.org on 2017/12/07 09:56:14 UTC

[kibble-scanners] branch master updated: this needs to be a string representation

This is an automated email from the ASF dual-hosted git repository.

humbedooh pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kibble-scanners.git


The following commit(s) were added to refs/heads/master by this push:
     new a3f70b1  this needs to be a string representation
a3f70b1 is described below

commit a3f70b13e6333112dbffe3f320755dc4f47f3259
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Thu Dec 7 10:56:05 2017 +0100

    this needs to be a string representation
---
 src/plugins/utils/tone.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/plugins/utils/tone.py b/src/plugins/utils/tone.py
index e484d97..8b12614 100644
--- a/src/plugins/utils/tone.py
+++ b/src/plugins/utils/tone.py
@@ -84,7 +84,7 @@ def azureTone(KibbleBit, body):
             "documents": [
               {
                 "language": "en",
-                "id": uuid.uuid4(),
+                "id": str(uuid.uuid4()),
                 "text": body
               }
             ]

-- 
To stop receiving notification emails like this one, please contact
['"commits@kibble.apache.org" <co...@kibble.apache.org>'].