Skip to content

Commit

Permalink
ruff_lint1
Browse files Browse the repository at this point in the history
  • Loading branch information
griembauer committed Dec 19, 2024
1 parent ff26c33 commit 1f085d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/grass_gis_helpers/parallel.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def check_parallel_warnings(queue):
stderr = mod.outputs["stderr"].value.strip()
if "WARN" in stderr:
grass.warning(
_(f"\nWARNING processing <{mod.get_bash()}>: {stderr}")
_(f"\nWARNING processing <{mod.get_bash()}>: {stderr}"),
)


Expand Down

0 comments on commit 1f085d5

Please sign in to comment.