Skip to content
Snippets Groups Projects
Commit eb08b26b authored by Fabian Wachsmann's avatar Fabian Wachsmann
Browse files

debugged prov

parent 68682bca
No related branches found
No related tags found
No related merge requests found
...@@ -792,7 +792,7 @@ class write_zarr(fsspec.FSMap): ...@@ -792,7 +792,7 @@ class write_zarr(fsspec.FSMap):
else: else:
first_attr = list(self.mf_dset.attrs.keys())[0] first_attr = list(self.mf_dset.attrs.keys())[0]
self.provenance.gen_input( self.provenance.gen_input(
f"input_{first_attr}", self.mf_dset.attrs[first_attr] f"input_{first_attr}", [str(self.mf_dset.attrs[first_attr])]
) )
elif self.verbose: elif self.verbose:
print("Cannot create input provenance because no attrs given.") print("Cannot create input provenance because no attrs given.")
......
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