kbgg / qgis-stac-browser

Plugin for QGIS to browse and download assets from STAC APIs
Apache License 2.0
26 stars 9 forks source link

Syntax Error in stac_browser.py #41

Closed wildintellect closed 5 years ago

wildintellect commented 5 years ago

Line 189 in stac_browser.py: logging.error(f'Window {self.current_window} does not exist') fails on Ubuntu 16.04

Tracking it down f formatting of strings was added in Python 3.6, this version of Ubuntu has 3.5. Making a note here in case others hit this issue. Not sure it warrants a change in the code of this plugin, as most people have moved on to Python 3.6+ (osgeo4w, mac installer, and Ubuntu 18.04)