8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1718848 commit e2f0f54Copy full SHA for e2f0f54
setup_env.py
@@ -679,7 +679,7 @@
679
f.write(config_files[filepath]["data"].format(project_name=project_name, short_description=shortdescription))
680
elif filepath == "CONTRIBUTING.md":
681
f.write(config_files[filepath]["data"].format(project_name=project_name, repo_name=repo_name))
682
- f.write(config_files[filepath])
+ f.write(config_files[filepath]["data"])
683
else:
684
print(f"{filepath} is already exists")
685
except Exception as e:
0 commit comments