Skip to content

Commit ede0085

Browse files
committed
Add missing .
1 parent ca1cae1 commit ede0085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/galaxy/activity.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ def download_output_to(self, ctx, dataset_details, output_directory, filename=No
574574
if filename is None:
575575
local_filename = f'{sanitize_filename(dataset_details.get("cwl_file_name") or dataset_details.get("name"))}__{dataset_details["uuid"]}.{extension}'
576576
else:
577-
local_filename = f"{filename}{extension}"
577+
local_filename = f"{filename}.{extension}"
578578
destination = os.path.join(output_directory, local_filename)
579579
self._history_content_download(
580580
ctx,

0 commit comments

Comments
 (0)