Skip to content

Commit 843bbea

Browse files
committed
str(y.id)
1 parent b8188dd commit 843bbea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qiita_db/metadata_template/prep_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ def _get_predecessors(workflow, node):
881881
'artifact transformation']
882882
merging_schemes = {
883883
qdb.archive.Archive.get_merging_scheme_from_job(j): {
884-
x: y.id for x, y in j.outputs.items()}
884+
x: str(y.id) for x, y in j.outputs.items()}
885885
# we are going to select only the jobs that were a 'success', that
886886
# are not 'hidden' and that have an output - jobs that are not
887887
# hidden and a successs but that do not have outputs are jobs which

0 commit comments

Comments
 (0)