generate_fp should be generate_project_list_fp
This commit is contained in:
parent
5bd5bd5bfc
commit
8bbf93c532
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in a new issue