Open zszia opened 3 years ago
I'm having a similar problem. I want to apply the fix above to DLTK installed in my laptop with Windows. Which python file do I need to change in the DLTK tree? Or, does this change need to be applied before building the image? Any pointers?
The app writes the conf files on windows with UTF-8-BOM Encoding. This leads to errors in the parse method in the conf_files_splunk_client.py
Possible solution would be to detect the encoding before parsing the files: