I'm just starting to develop my first module and test-module gives me an 
error during arg parsing. So I tried running test-module against ping.py 
and got the same error.  See below.  My first guess is it's a python 2.6.6 
problem. Any other ideas?

> ansible/hacking/test-module -m 
 ansible/lib/ansible/modules/core/system/ping.py

Traceback (most recent call last):
  File "ansible/hacking/test-module", line 207, in <module>
    main()
  File "ansible/hacking/test-module", line 189, in main
    options, args = parse()
  File "ansible/hacking/test-module", line 67, in parse
    default='python={}'.format(sys.executable))
ValueError: zero length field name in format

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/07603a1c-9286-42e8-aaba-4cd62316f01d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to