generate_fp should be generate_project_list_fp

This commit is contained in:
Garry Dolley 2007-11-17 01:46:07 -08:00
parent 5bd5bd5bfc
commit 8bbf93c532

View file

@ -108,7 +108,7 @@ def generate_project_list(config, path):
f = file(tmp, 'w')
try:
generate_fp(config=config, fp=f)
generate_project_list_fp(config=config, fp=f)
finally:
f.close()