Skip to content

Commit

Permalink
add missing rtn
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangs18 committed May 10, 2024
1 parent 8a88a00 commit c23e9a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ def _retrieve_assembly_data(self, data):
assert url.startswith('https://')
assert url.endswith('kbase.us/services/shock-api')

return data
return data, retrieved_assembly_md5sum

def _get_object(self, result, is_genome):
ref = 'genome_ref' if is_genome else 'assembly_ref'
Expand Down

0 comments on commit c23e9a4

Please sign in to comment.