9824: pylint error: map_type not set

was pull request #284
This commit is contained in:
romjerome 2016-12-21 12:21:43 +01:00
parent e5ca4186da
commit f75618eb2d

View File

@ -225,7 +225,7 @@ class OsmGps:
except:
ErrorDialog(_("Can't create "
"tiles cache directory for '%s'.") %
constants.MAP_TITLE[map_type],
constants.MAP_TITLE[self.current_map],
parent=self.uistate.window)
http_proxy = get_env_var('http_proxy')
if 0: