hdus / SRTM-Downloader

GNU General Public License v3.0
28 stars 5 forks source link

'About' button produces a Python error #3

Closed AlisterH closed 6 years ago

AlisterH commented 6 years ago

Using on Windows it works well except the about button:


Traceback (most recent call last):
              File "C:/Users/alistair/.qgis2/python/plugins\SRTM-Downloader\srtm_downloader_dialog_base.py", line 198, in on_btn_about_clicked
                self.about = About()
              File "C:/Users/alistair/.qgis2/python/plugins\SRTM-Downloader\about\do_about.py", line 44, in __init__
                aboutString = pystring( self.metadata.description() )
            NameError: global name 'pystring' is not defined
hdus commented 6 years ago

fixed in 1.1.2