Skip to content

Check return status of wget

Marcel Loose requested to merge fix-tableio-wget-issue into master

When downloading files through wget, the return status is now checked. If the command failed, a ConnectionError is raised, using stderr as message.

Merge request reports