Skip to content

Commit

Permalink
fix a tab
Browse files Browse the repository at this point in the history
  • Loading branch information
maggiecbms committed May 8, 2024
1 parent 670e78e commit c12112b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cwl_platform/sevenbridges_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ def rename_output_files(self, project, task):
if isinstance(outfile,list):
for file in outfile:
if isinstance(file,sevenbridges.models.file.File) and file.type == "file":
try:
try:
self._update_latest_filename(project, file)
except:
self.logger.warning("Rename output failed for %s",file.name)
Expand Down

0 comments on commit c12112b

Please sign in to comment.