Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dares-fetcher
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
dbnomics-fetchers
dares-fetcher
Commits
1d781c11
Commit
1d781c11
authored
7 years ago
by
Constance de Quatrebarbes
Browse files
Options
Downloads
Patches
Plain Diff
Removing a non used function
parent
61aaaf4f
No related branches found
Branches containing commit
No related tags found
1 merge request
!1
Implement download script and more
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dares_to_source_data.py
+0
-6
0 additions, 6 deletions
dares_to_source_data.py
with
0 additions
and
6 deletions
dares_to_source_data.py
+
0
−
6
View file @
1d781c11
...
...
@@ -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
"
])
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment