Bug 1227822 - [abrt] python3-pylint: getopt.py:211:short_has_arg:getopt.GetoptError: option -V not recognized
Summary: [abrt] python3-pylint: getopt.py:211:short_has_arg:getopt.GetoptError: option...
Keywords:
Status: CLOSED DUPLICATE of bug 1126893
Alias: None
Product: Fedora
Classification: Fedora
Component: pylint
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Brian Lane
QA Contact: Fedora Extras Quality Assurance
URL: https://retrace.fedoraproject.org/faf...
Whiteboard: abrt_hash:a7ba67e59f6a2c160762e8bae49...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-06-03 14:47 UTC by Samuel Lee
Modified: 2015-06-03 17:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-06-03 17:03:28 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: backtrace (950 bytes, text/plain)
2015-06-03 14:47 UTC, Samuel Lee
no flags Details
File: environ (1.76 KB, text/plain)
2015-06-03 14:47 UTC, Samuel Lee
no flags Details

Description Samuel Lee 2015-06-03 14:47:01 UTC
Version-Release number of selected component:
python3-pylint-1.3.1-2.fc21

Additional info:
reporter:       libreport-2.5.1
cmdline:        /usr/bin/python3 /usr/bin/python3-symilar -V
executable:     /usr/bin/python3-symilar
kernel:         3.17.6-300.fc21.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
getopt.py:211:short_has_arg:getopt.GetoptError: option -V not recognized

Traceback (most recent call last):
  File "/usr/bin/python3-symilar", line 9, in <module>
    load_entry_point('pylint==1.3.1', 'console_scripts', 'symilar')()
  File "/usr/lib/python3.4/site-packages/pylint/__init__.py", line 44, in run_symilar
    Run(sys.argv[1:])
  File "/usr/lib/python3.4/site-packages/pylint/checkers/similar.py", line 344, in Run
    opts, args = getopt(argv, s_opts, l_opts)
  File "/usr/lib64/python3.4/getopt.py", line 95, in getopt
    opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
  File "/usr/lib64/python3.4/getopt.py", line 195, in do_shorts
    if short_has_arg(opt, shortopts):
  File "/usr/lib64/python3.4/getopt.py", line 211, in short_has_arg
    raise GetoptError(_('option -%s not recognized') % opt, opt)
getopt.GetoptError: option -V not recognized

Local variables in innermost frame:
opt: 'V'
i: 2
shortopts: 'hdi'

Potential duplicate: bug 1126893

Comment 1 Samuel Lee 2015-06-03 14:47:04 UTC
Created attachment 1034382 [details]
File: backtrace

Comment 2 Samuel Lee 2015-06-03 14:47:05 UTC
Created attachment 1034383 [details]
File: environ

Comment 3 Brian Lane 2015-06-03 17:03:28 UTC
This is how unknown options are handled. Feel free to file a bug upstream.

*** This bug has been marked as a duplicate of bug 1126893 ***


Note You need to log in before you can comment on or make changes to this bug.