Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 688176 Details for
Bug 904662
[abrt] ansible-0.9-1.fc18: ansible-doc:77:print_man:TypeError: sequence item 0: expected string, bool found
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
File: backtrace
backtrace (text/plain), 2.21 KB, created by
Ryan Rix
on 2013-01-26 22:27:18 UTC
(
hide
)
Description:
File: backtrace
Filename:
MIME Type:
Creator:
Ryan Rix
Created:
2013-01-26 22:27:18 UTC
Size:
2.21 KB
patch
obsolete
>ansible-doc:77:print_man:TypeError: sequence item 0: expected string, bool found > >Traceback (most recent call last): > File "/usr/bin/ansible-doc", line 203, in <module> > main() > File "/usr/bin/ansible-doc", line 198, in main > print_man(doc) > File "/usr/bin/ansible-doc", line 77, in print_man > choices = ", ".join(opt['choices']) >TypeError: sequence item 0: expected string, bool found > >Local variables in innermost frame: >opt: {'default': 'yes', 'required': False, 'description': ["If C(yes), any modified files in the working repository will be discarded. Prior to 0.7, this was always 'yes' and could not be disabled."], 'version_added': '0.7', 'choices': [True, False]} >opt_indent: ' ' >doc: {'description': ['Manage I(git) checkouts of repositories to deploy files or software.'], 'module': 'git', 'option_keys': ['dest', 'force', 'remote', 'repo', 'version'], 'examples': [{'code': 'git: repo=git://foosball.example.org/path/to/repo.git dest=/srv/checkout version=release-0.22', 'description': 'Example git checkout from Ansible Playbooks'}], 'docuri': 'git', 'author': 'Michael DeHaan', 'filename': '/usr/share/ansible/git', 'version_added': '0.0.1', 'short_description': 'Deploy software (or files) from git checkouts', 'now_date': '2013-01-25', 'options': {'repo': {'required': True, 'description': ['git, SSH, or HTTP protocol address of the git repository.'], 'aliases': ['name']}, 'dest': {'required': True, 'description': ['Absolute path of where the repository should be checked out to.']}, 'version': {'default': 'HEAD', 'required': False, 'description': ['What version of the repository to check out. This can be the git I(SHA), the literal string C(HEAD), a branch name, or a tag name.']}, 'force': {'default': 'yes', 'required': False, 'description': ["If C(yes), any modified files in the working repository will be discarded. Prior to 0.7, this was always 'yes' and could not be disabled."], 'version_added': '0.7', 'choices': [True, False]}, 'remote': {'default': 'origin', 'required': False, 'description': ['Name of the remote branch.']}}} >o: 'force' >opt_leadin: '-' >desc: "If C(yes), any modified files in the working repository will be discarded. Prior to 0.7, this was always 'yes' and could not be disabled."
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 904662
: 688176 |
688177
|
688178
|
688179