Skip to content

Commit

Permalink
apply black
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Oct 25, 2024
1 parent 4ea983f commit 0f5fb51
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/i.in.spotvgt/i.in.spotvgt.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@ def main():
# check for gdalinfo (just to check if installation is complete)
if not gscript.find_program("gdalinfo", "--help"):
gscript.fatal(
_("'gdalinfo' not found, install GDAL tools first " "(https://www.gdal.org)")
_(
"'gdalinfo' not found, install GDAL tools first "
"(https://www.gdal.org)"
)
)

pid = str(os.getpid())
Expand Down

0 comments on commit 0f5fb51

Please sign in to comment.