Remove part of a bad patch.

This commit is contained in:
jkeating@reducto.boston.redhat.com 2007-02-13 15:27:00 -05:00 committed by Jesse Keating
parent 629c1f1afd
commit e1242f1e74
1 changed files with 1 additions and 1 deletions

2
pungi
View File

@ -114,7 +114,7 @@ def main():
mypungi.doSplittree()
if opts.do_all or opts.do_createiso:
mypungi.doCreateSplitrepo()
mypungi.doCreateIsos(config.get('default', 'iso_dir'))
mypungi.doCreateIsos()
# Do things slightly different for src.
if config.get('default', 'arch') == 'source':