You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by GitBox <gi...@apache.org> on 2019/02/04 01:22:28 UTC

[GitHub] felixcheung commented on issue #23730: [SPARK-26822]Upgrade the deprecated module 'optparse'

felixcheung commented on issue #23730: [SPARK-26822]Upgrade the deprecated module 'optparse'
URL: https://github.com/apache/spark/pull/23730#issuecomment-460107666
 
 
   ```
   Traceback (most recent call last):
     File "./python/run-tests.py", line 319, in <module>
       main()
     File "./python/run-tests.py", line 227, in main
       opts = parse_opts()
     File "./python/run-tests.py", line 176, in parse_opts
       help="A comma-separated list of Python executables to test against (default: %default)"
     File "/home/anaconda/envs/py3k/lib/python3.4/argparse.py", line 1340, in add_argument
       raise ValueError('%r is not callable' % (type_func,))
   ValueError: 'string' is not callable
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org