Bug 1269378
| Summary: | ds-logpipe.py with wrong arguments - python exception in the output | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Simon Pichugin <spichugi> |
| Component: | 389-ds-base | Assignee: | Noriko Hosoi <nhosoi> |
| Status: | CLOSED ERRATA | QA Contact: | Viktor Ashirov <vashirov> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.2 | CC: | nkinder, rmeggins, wibrown |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 389-ds-base-1.3.5.2-1.el7 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-11-03 20:36:16 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Build tested: 389-ds-base-1.3.5.4-1.el7.x86_64 Steps to verify: [root@host ~]# ds-logpipe.py wrong_arg1 wrongarg2 Output: Usage: ds-logpipe.py <name of pipe> [options] ds-logpipe.py: error: error - unhandled command line arguments: wrong_arg1 wrongarg2 Marking as verified. Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://rhn.redhat.com/errata/RHSA-2016-2594.html |
Description of problem: If we execute ds-logpipe.py with wrong arguments, then instead of proper message we see AttributeError python exception. How reproducible: Always Step to Reproduce: Execute command line utility ds-logpipe.py with a wrong arguments: ds-logpipe.py wrong_arg1 wrongarg2 Actual results: Traceback (most recent call last): File "./ldap/admin/src/scripts/ds-logpipe.py", line 263, in <module> options, logfname = parse_options() File "./ldap/admin/src/scripts/ds-logpipe.py", line 259, in parse_options parser.error("error - unhandled command line arguments: %s" % args.join(' ')) AttributeError: 'list' object has no attribute 'join' Expected results: Usage: ds-logpipe.py <name of pipe> [options] ds-logpipe.py: error: error - unhandled command line arguments: wrong_arg1 wrongarg2