8000 Update setup_env.py · izam-mohammed/data-source@e2f0f54 · GitHub
[go: up one dir, main page]

Skip to content

Commit e2f0f54

Browse files
Update setup_env.py
1 parent 1718848 commit e2f0f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup_env.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -679,7 +679,7 @@
679679
f.write(config_files[filepath]["data"].format(project_name=project_name, short_description=shortdescription))
680680
elif filepath == "CONTRIBUTING.md":
681681
f.write(config_files[filepath]["data"].format(project_name=project_name, repo_name=repo_name))
682-
f.write(config_files[filepath])
682+
f.write(config_files[filepath]["data"])
683683
else:
684684
print(f"{filepath} is already exists")
685685
except Exception as e:

0 commit comments

Comments
 (0)
0