Skip to content

Commit

Permalink
Fix upload1 tool
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdbeek committed Dec 1, 2023
1 parent 0cc9225 commit 33ccacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/data_source/upload.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 33ccacf

Please sign in to comment.