Skip to content

Commit

Permalink
python/grass/pygrass: do not expose all LOCATION MAPSETs
Browse files Browse the repository at this point in the history
  • Loading branch information
tmszi committed Oct 24, 2022
1 parent b2435bf commit e88236f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions python/grass/pygrass/modules/grid/grid.py
Original file line number Diff line number Diff line change
Expand Up @@ -705,9 +705,6 @@ def run(self, patch=True, clean=True):
def patch(self):
"""Patch the final results."""
bboxes = split_region_tiles(width=self.width, height=self.height)
loc = Location()
mset = loc[self.mset.name]
mset.visible.extend(loc.mapsets())
noutputs = 0
for otmap in self.module.outputs:
otm = self.module.outputs[otmap]
Expand Down

0 comments on commit e88236f

Please sign in to comment.