Skip to content
Snippets Groups Projects
Commit b4deb033 authored by Elias Chetouane's avatar Elias Chetouane
Browse files

Modification pour exécution de tous les scripts à la suite -> tester +...

Modification pour exécution de tous les scripts à la suite -> tester + vérifier si les print posent problème
parent af08f681
No related branches found
No related tags found
No related merge requests found
...@@ -21,6 +21,12 @@ def execute_python_file(file_path): ...@@ -21,6 +21,12 @@ def execute_python_file(file_path):
# file_path = "0-collect-data/nakala.py" # file_path = "0-collect-data/nakala.py"
file_path = "0-collect-data/zenodo.py" file_paths = [
"0-collect-data/zenodo.py",
execute_python_file (file_path) "0-collect-data/nakala.py",
\ No newline at end of file "0-collect-data/datacite.py",
"0-collect-data/rdg.py"
]
for file_path in file_paths:
execute_python_file (file_path)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment