allow source isos to be generated, there is no split media support

This commit is contained in:
Dennis Gilmore 2011-02-21 18:28:39 -06:00
parent b4e40a079e
commit 4bc181ed4a
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ def main():
'source', 'SRPMS')
mypungi.doCreaterepo(comps=False)
if opts.do_all or opts.do_createiso:
mypungi.doCreateIsos(split=opts.nosplitmedia)
mypungi.doCreateIsos()
print "All done!"