genpkgmetadata.py
[email protected] (Seth Vidal)
| Newsgroups | gmane.linux.rpm.metadata |
|---|---|
| Message-ID | <[email protected]> |
genpkgmetadata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) New commits: commit 76c9167f3e8cc59c824cfd23e87b5c08e051c02a Author: Seth Vidal <[email protected]> Date: Fri Sep 12 14:36:51 2008 -0400 make the profile option work again diff --git a/genpkgmetadata.py b/genpkgmetadata.py index 6c573ee..5fe9a9a 100755 --- a/genpkgmetadata.py +++ b/genpkgmetadata.py @@ -84,7 +84,7 @@ def parseArgs(args, conf): help="include the file's checksum in the filename, helps" \ "with proxies") - (opts, argsleft) = parser.parse_args() + (opts, argsleft) = parser.parse_args(args) if len(argsleft) > 1 and not opts.split: errorprint(_('Error: Only one directory allowed per run.')) parser.print_usage()