demisto / demisto-py

Demisto Client for Python
Apache License 2.0
70 stars 41 forks source link

Improve the way strings are handled when writing to files #118

Closed MosheEichler closed 11 months ago

MosheEichler commented 12 months ago

Status

Ready

Related Issues

fixes: https://jira-hq.paloaltonetworks.local/browse/CIAC-8348

Description

Added a check to determine whether the returned data is a string or bytes before writing to the file.

Must have