[GRASS-SVN] r73735 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Nov 30 04:35:19 PST 2018
Author: neteler
Date: 2018-11-30 04:35:19 -0800 (Fri, 30 Nov 2018)
New Revision: 73735
Modified:
grass/trunk/lib/init/grass.py
Log:
grass.py: fix inconsistent use of tabs and spaces in indentation (spaces to be used)
Modified: grass/trunk/lib/init/grass.py
===================================================================
--- grass/trunk/lib/init/grass.py 2018-11-30 12:18:42 UTC (rev 73734)
+++ grass/trunk/lib/init/grass.py 2018-11-30 12:35:19 UTC (rev 73735)
@@ -2252,8 +2252,8 @@
if not params.tmp_location:
writefile(gisrcrc, readfile(gisrc))
# After this point no more grass modules may be called
- # done message at last: no atexit.register()
- # or register done_message()
+ # done message at last: no atexit.register()
+ # or register done_message()
done_message()
if __name__ == '__main__':
More information about the grass-commit
mailing list