From: Seth Vidal Date: Fri, 12 Sep 2008 18:36:51 +0000 (-0400) Subject: make the profile option work again X-Git-Tag: upstream/0.9.9~109 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=76c9167f3e8cc59c824cfd23e87b5c08e051c02a;p=tools%2Fcreaterepo.git 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()