| Summary: | glsa-check: incorrect parameter parsing | ||
|---|---|---|---|
| Product: | Portage Development | Reporter: | Jan Kundrát (RETIRED) <jkt> |
| Component: | Third-Party Tools | Assignee: | Portage Tools Team <tools-portage> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | david |
| Priority: | High | Keywords: | InVCS |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
Fixed in trunk (this was only happening with --info due to a bogus argument in the getopt call). Fixed in gentoolkit-0.2.3, so please someone mark this FIXED. Fixed in gentoolkit-0.2.3 |
It shouldn't give traceback, regardless how invalid parameters I feed it with (app-portage/gentoolkit-0.2.2): pstros ~ # glsa-check --info 200608-28 Traceback (most recent call last): File "/usr/bin/glsa-check", line 92, in ? if mode == "help": NameError: name 'mode' is not defined