Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
petrasovaa committed Jun 1, 2022
1 parent b3f231e commit 1b5a0ef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions r.futures/r.futures.pga/r.futures.pga.py
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,7 @@

import grass.script as gs


def main():
options, flags = gs.parser()
gs.warning("Module r.futures.pga was renamed, use r.futures.simulation instead.")
Expand All @@ -286,5 +287,6 @@ def main():
gs.run_command("r.futures.simulation", **options)
return


if __name__ == "__main__":
sys.exit(main())

0 comments on commit 1b5a0ef

Please sign in to comment.