Review fixes

This commit is contained in:
Maksim Andrianov 2019-06-17 12:56:06 +03:00 committed by gmoryes
parent 3709a66580
commit 9834a8a830

View file

@ -120,6 +120,7 @@ class Env:
self.coastline_tmp_path = os.path.join(self.coastline_path, "tmp")
self._create_if_not_exist(self.coastline_tmp_path)
self.srtm_path = settings.SRTM_PATH
self._subprocess_out = None