[GRASS-SVN] r66323 - grass/trunk/man

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Sep 24 06:48:19 PDT 2015


Author: martinl
Date: 2015-09-24 06:48:19 -0700 (Thu, 24 Sep 2015)
New Revision: 66323

Modified:
   grass/trunk/man/parser_standard_options.py
Log:
attempt to fix travis parser_standard_options.py issue (thanks to Ivan Mincik)

Modified: grass/trunk/man/parser_standard_options.py
===================================================================
--- grass/trunk/man/parser_standard_options.py	2015-09-24 13:34:08 UTC (rev 66322)
+++ grass/trunk/man/parser_standard_options.py	2015-09-24 13:48:19 UTC (rev 66323)
@@ -143,7 +143,7 @@
                         help='Define the output format')
     parser.add_argument('-l', '--link', default=URL, dest='url', type=str,
                         help='Provide the url with the file to parse')
-    parser.add_argument('-t', '--text', default='', dest='text',
+    parser.add_argument('-t', '--text', dest='text',
                         type=argparse.FileType('r'),
                         help='Provide the file to parse')
     parser.add_argument('-o', '--output', default=sys.stdout, dest='output',



More information about the grass-commit mailing list