Skip to content
Snippets Groups Projects
Commit e5d89b8e authored by George Marchment's avatar George Marchment
Browse files

update

parent 16c08484
No related branches found
Tags v0.0.13
No related merge requests found
Pipeline #13199 passed with stages
in 1 minute and 26 seconds
......@@ -155,8 +155,5 @@ class RO_Crate:
self.fill_from_workflow()
self.dico.pop("temp_directory")
print(f"{self.workflow.get_output_dir()}/ro-crate-metadata-{self.workflow.get_name()}.json")
with open(f"{self.workflow.get_output_dir()}/test.json", 'w') as output_file :
json.dump({'test':"test workflow"}, indent=2)
with open(f"{self.workflow.get_output_dir()}/ro-crate-metadata-{self.workflow.get_name()}.json", 'w') as output_file :
json.dump(self.dico, output_file, indent=2)
\ No newline at end of file
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