aboutsummaryrefslogtreecommitdiffstats
path: root/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/comments/a3c3bae1-12fe-4282-bc14-26f09ced8f89/body
blob: 94f5afb018b5bee44499846be9fffe02d24a8639 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
BE crashes when too many arguments are provided.

Ex: be list extra_arg
WARNING:root:unable to import libbe._version: No module named _version
Traceback (most recent call last):
  File "/usr/local/bin/be", line 26, in <module>
    sys.exit(libbe.ui.command_line.main())
  File "/home/tanguy/Documents/Repositories/Bugs-Everywhere/tlecarrours-be-reports/libbe/ui/command_line.py", line 331, in main
    ret = dispatch(ui, command, args)
  File "/home/tanguy/Documents/Repositories/Bugs-Everywhere/tlecarrours-be-reports/libbe/ui/command_line.py", line 262, in dispatch
    options,args = parser.parse_args(args)
  File "/home/tanguy/Documents/Repositories/Bugs-Everywhere/tlecarrours-be-reports/libbe/ui/command_line.py", line 128, in parse_args
    and self.command.args[-1].repeatable == False:
IndexError: list index out of range