imperva / incapsula-logs-downloader

A Python script for downloading log files from Incapsula
MIT License
30 stars 35 forks source link

Resolve issue #78 #79

Closed joeymoore closed 7 months ago

joeymoore commented 7 months ago

Fixing possible flaw in "with open" - in HandlingLogs.py #78. Removed the send code from the with statement to "release" or close the file and allow for cleaner delete.