Skip to content

Commit 4e9a9a5

Browse files
author
David Noble
committed
Merge branch 'bug/88' of https://github.com/splunk/splunk-sdk-python into develop
2 parents c957a28 + 0c991f7 commit 4e9a9a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

splunklib/modularinput/event.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ def write_to(self, stream):
100100
if value is not None:
101101
ET.SubElement(event, node).text = value
102102

103-
if self.done is not None:
103+
if self.done:
104104
ET.SubElement(event, "done")
105105

106106
stream.write(ET.tostring(event))

0 commit comments

Comments
 (0)