Skip to content
Snippets Groups Projects
Commit 1d781c11 authored by Constance de Quatrebarbes's avatar Constance de Quatrebarbes
Browse files

Removing a non used function

parent 61aaaf4f
No related branches found
No related tags found
1 merge request!1Implement download script and more
......@@ -41,12 +41,6 @@ from dares_settings import SOURCE_REPOSITORY_URL
from dares_settings import SOURCE_FILES_URL, PROVIDER_URL
from dares_settings import TOP_CATEGORIES
def write_source_html(html_file_path, data):
'''write html page as source-data'''
with open(html_file_path, "wb") as excel_file:
excel_file.write(data)
def is_git_repo(path):
result = subprocess.check_output(["git", "-C", path, "rev-parse"])
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment