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')
|
f = file(tmp, 'w')
|
||||||
try:
|
try:
|
||||||
generate_fp(config=config, fp=f)
|
generate_project_list_fp(config=config, fp=f)
|
||||||
finally:
|
finally:
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue