Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
mmacata committed Nov 28, 2024
1 parent 87d281d commit e9c7545
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, dummyvalue = self.ginit.run_module("g.region", ["-ug"])
errorid, stdout_buff, dummyvalue1 = self.ginit.run_module("g.region", ["-ug"])

Check failure on line 1370 in src/actinia_core/processing/actinia_processing/ephemeral_processing.py

View workflow job for this annotation

GitHub Actions / lint / ruff

Ruff (F841)

src/actinia_core/processing/actinia_processing/ephemeral_processing.py:1370:31: F841 Local variable `dummyvalue1` is assigned to but never used

Check failure on line 1370 in src/actinia_core/processing/actinia_processing/ephemeral_processing.py

View workflow job for this annotation

GitHub Actions / lint / ruff

Ruff (F841)

src/actinia_core/processing/actinia_processing/ephemeral_processing.py:1370:31: F841 Local variable `dummyvalue1` is assigned to but never used

if errorid != 0:
raise AsyncProcessError(
Expand Down

0 comments on commit e9c7545

Please sign in to comment.