Skip to content
Snippets Groups Projects
Commit 96994438 authored by Enrique Garcia's avatar Enrique Garcia
Browse files

test

parent 69a11a55
No related branches found
No related tags found
1 merge request!57eossr upload unique function
Pipeline #140854 failed
......@@ -57,6 +57,8 @@ def upload(zenodo_token, sandbox_flag, upload_directory, zip_root_dir=False, rec
"""
zenodo = ZenodoAPI(access_token=zenodo_token, sandbox=sandbox_flag)
print(zenodo.root_dir)
print(zenodo.path_codemeta_file)
# Loads the metadata files if exists
if zenodo.path_zenodo_file.exists():
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment