Skip to content

Commit

Permalink
Fixed #545.
Browse files Browse the repository at this point in the history
  • Loading branch information
flekschas committed Jun 29, 2015
1 parent 889ad8c commit ca67ae2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion refinery/data_set_manager/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,11 @@ def parse_isatab(
'The checksum of both files is the same: %s',
checksum
)
return (investigation.isarchive_file, os.path.basename(path), True)
return (
investigation.investigationlink_set.all()[0].data_set.uuid,
os.path.basename(path),
True
)

try:
investigation = p.run(
Expand Down

0 comments on commit ca67ae2

Please sign in to comment.