Skip to content

Commit

Permalink
g.projpicker: Update comment (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
HuidaeCho committed Aug 31, 2021
1 parent 81f7291 commit b8c5275
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/general/g.projpicker/g.projpicker.py
Expand Up @@ -132,8 +132,8 @@ def main():
if bbox_map and grass.parse_command("g.proj", flags="g")["unit"] != "degree":
grass.fatal(_("Cannot create vector in degree in a non-degree mapset"))

# ppik.projpicker() appends input file contents to geometries from
# arguments, but it can be confusing and is not supported in this module
# ppik.start() appends input file contents to geometries from arguments,
# but it can be confusing and is not supported in this module
if coords:
query = f"{operator}"
coords = coords.split(",")
Expand Down

0 comments on commit b8c5275

Please sign in to comment.