pytroll / pytroll-aapp-runner

Pytroll runner for AAPP
http://pytroll-aapp-runner.readthedocs.io/en/develop/
GNU General Public License v3.0
1 stars 8 forks source link

Fix uri construction to support both remote and local files #7

Closed mraspaud closed 5 years ago

mraspaud commented 5 years ago

The uri construction for publishing was not considering the local file case. This PR allows files to be published correctly even if they are local.

Also, we sorted the imports.