Skip to content

Commit

Permalink
Return output of generate_files in main.cookiecutter
Browse files Browse the repository at this point in the history
  • Loading branch information
hackebrot committed Oct 11, 2015
1 parent 40aceff commit eac14ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookiecutter/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def cookiecutter(
dump(template_name, context)

# Create project from local context and project template.
generate_files(
return generate_files(
repo_dir=repo_dir,
context=context,
overwrite_if_exists=overwrite_if_exists,
Expand Down

0 comments on commit eac14ca

Please sign in to comment.