Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fxe committed Dec 13, 2024
1 parent 63f0aa3 commit 907aab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cobrakbase/io/read_kbase_zip.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def load_kbase_zip_object(filename):
}
]
}
KBaseObjectFactory().create(data, None)
return KBaseObjectFactory().create(data, None)
else:
data = {
'data': [
Expand Down

0 comments on commit 907aab4

Please sign in to comment.