sbg / sevenbridges-python

SevenBridges Python Api bindings
Apache License 2.0
46 stars 27 forks source link

Issue with download #82

Closed SenadI closed 7 years ago

SenadI commented 7 years ago

Amazon error under specific circumstances ends up in the file. I need to parse xml to validate errors.

raunaqsbg commented 7 years ago

An example of this is the following: A file contains the following content:

ColumnA ColumnB ColumnC
1 2 3.00

But when downloading it, the following lines are added inside the file itself:

rror</Code><Message>We encountered an internal error. Please try again.</Message><RequestId>ABVFASDFRDFG</RequestId><HostId>SomeHostID</HostId></Error>

SenadI commented 7 years ago

Fixed in 0.8.0