delete comment thats no longer necessary

This commit is contained in:
Anastasia Tyryshkina
2018-06-04 12:39:55 -04:00
parent aa062f8546
commit 0c852257bb
+1 -1
View File
@@ -320,7 +320,7 @@ def main(argv):
handle_datasets.write('\t')
handle_datasets.write(str(hda_id))
handle_datasets.write('\t')
handle_datasets.write(hdas[hda_id][1]) # not sure if this results in a query, but this was the only way I managed to retrive it.
handle_datasets.write(hdas[hda_id][1])
handle_datasets.write('\t')
handle_datasets.write(str(datasets[dataset_id][0]))
handle_datasets.write('\t')