Skip to content

Commit

Permalink
Merge branch 'develop' of github.com:parklab/Refinery into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ngehlenborg committed Aug 31, 2012
2 parents 1148c61 + b85a3cb commit 45fa0da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion refinery/data_set_manager/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ def import_isa_tab(request):
context = RequestContext(request, {'form': form, 'error': error})
return render_to_response('data_set_manager/import.html', context_instance=context)
logger.debug("New temp file name: '%s'", new_temp_file_name)
dataset_uuid = parse_isatab(request.user.username, True, new_temp_file_name)
dataset_uuid = parse_isatab(request.user.username, False, new_temp_file_name)
#os.unlink(new_temp_file_name)
else:
# rename uploaded file to its original name
Expand Down

0 comments on commit 45fa0da

Please sign in to comment.