mirror of
https://github.com/galaxyproject/galaxy.git
synced 2026-09-19 02:21:32 +08:00
Fix upload1 tool
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#while $varExists('output%i' % $outnum):
|
||||
#set $output = $getVar('output%i' % $outnum)
|
||||
#set $outnum += 1
|
||||
#set $file_name = $output.get_file_name()
|
||||
#set $file_name = str($output)
|
||||
## FIXME: This is not future-proof for other uses of external_filename (other than for use by the library upload's "link data" feature)
|
||||
#if $output.dataset.dataset.external_filename:
|
||||
#set $file_name = "None"
|
||||
|
||||
Reference in New Issue
Block a user