projects
/
tools
/
createrepo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a038d
)
make the profile option work again
author
Seth Vidal
<skvidal@fedoraproject.org>
Fri, 12 Sep 2008 18:36:51 +0000
(14:36 -0400)
committer
Seth Vidal
<skvidal@fedoraproject.org>
Fri, 12 Sep 2008 18:36:51 +0000
(14:36 -0400)
genpkgmetadata.py
patch
|
blob
|
history
diff --git
a/genpkgmetadata.py
b/genpkgmetadata.py
index 6c573ee2bed494bc0ea71046b31ab917fa7cc547..5fe9a9a9f5a3ec1e052ceceebe0cfbdb47f2847b 100755
(executable)
--- 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()