Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Dec 13, 2024
1 parent 434b78b commit a980b10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1367,7 +1367,7 @@ def _check_reset_region(self):
if self.skip_region_check is True:
return

errorid, stdout_buff, dummy = self.ginit.run_module("g.region", ["-ug"])
errorid, stdout_buff, _ = self.ginit.run_module("g.region", ["-ug"])

if errorid != 0:
raise AsyncProcessError(
Expand Down

0 comments on commit a980b10

Please sign in to comment.