diff options
author | Chris Ball <cjb@laptop.org> | 2012-01-02 15:43:30 -0500 |
---|---|---|
committer | Chris Ball <cjb@laptop.org> | 2012-01-02 15:43:30 -0500 |
commit | f0011cf09d1385f983853b1d11ae5573148139bb (patch) | |
tree | df20d8d032fc4ecf7cd4344c6e4c6262679f90a9 /.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7 | |
parent | b1527580ece00959b9e9d90e8f0f7dd1bce0342a (diff) | |
parent | 6f2d652b2697d7aec6bb48a2bf4d6fff1ef03521 (diff) | |
download | bugseverywhere-f0011cf09d1385f983853b1d11ae5573148139bb.tar.gz |
Merge http://www.physics.drexel.edu/~wking/code/git/be
Diffstat (limited to '.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7')
3 files changed, 40 insertions, 0 deletions
diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/comments/a3c3bae1-12fe-4282-bc14-26f09ced8f89/body b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/comments/a3c3bae1-12fe-4282-bc14-26f09ced8f89/body new file mode 100644 index 0000000..94f5afb --- /dev/null +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/comments/a3c3bae1-12fe-4282-bc14-26f09ced8f89/body @@ -0,0 +1,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 + diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/comments/a3c3bae1-12fe-4282-bc14-26f09ced8f89/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/comments/a3c3bae1-12fe-4282-bc14-26f09ced8f89/values new file mode 100644 index 0000000..6154e2e --- /dev/null +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/comments/a3c3bae1-12fe-4282-bc14-26f09ced8f89/values @@ -0,0 +1,8 @@ +Author: Tanguy LE CARROUR <tanguy.lecarrour@gmail.com> + + +Content-type: text/plain + + +Date: Mon, 06 Jun 2011 18:06:47 +0000 + diff --git a/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/values b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/values new file mode 100644 index 0000000..d06c54c --- /dev/null +++ b/.be/bea86499-824e-4e77-b085-2d581fa9ccab/bugs/bc1e6ff4-478f-4afe-b2a1-86e25ee448b7/values @@ -0,0 +1,17 @@ +creator: Tanguy LE CARROUR <tanguy.lecarrour@gmail.com> + + +reporter: Tanguy LE CARROUR <tanguy.lecarrour@gmail.com> + + +severity: minor + + +status: fixed + + +summary: Crashes when too many arguments are provided + + +time: Mon, 06 Jun 2011 18:04:41 +0000 + |