Skip to content
This repository has been archived by the owner on Sep 14, 2023. It is now read-only.

Commit

Permalink
lib/init/grass: Remove old comment
Browse files Browse the repository at this point in the history
The comment is from 2015. If there were problems, they would have surfaced
since then.
  • Loading branch information
pmav99 committed Mar 17, 2019
1 parent 44ce258 commit 2c00830
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions lib/init/grass.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,6 @@
CYGWIN = "cygwin" in sys.platform
MACOSX = "darwin" in sys.platform

# TODO: it is OK to remove this?
# at the beginning of this file were are happily getting GISBASE
# from the environment and we don't care about inconsistencies it might cause
# The following was commented out because of breaking winGRASS
# if 'GISBASE' in os.environ:
# sys.exit(_("ERROR: GRASS GIS is already running "
# "(environmental variable GISBASE found)"))
# this is not really an issue, we should be able to overpower another session

# Set GISBASE
os.environ['GISBASE'] = gisbase

Expand Down

0 comments on commit 2c00830

Please sign in to comment.