ComfyS3 icon indicating copy to clipboard operation
ComfyS3 copied to clipboard

Wrong output format in download_file_s3.py

Open ShadowChenCSD opened this issue 11 months ago • 0 comments

The code in download_file_s3.py at line 25, should be "return (local_path,)", rather than "return local_path". Hope for fixed at next version.

reference: https://github.com/TemryL/ComfyS3/blame/1efc620180676cdc122957b4a3afbc5ae176f324/src/nodes/download_file_s3.py#L25C25-L25C25

ShadowChenCSD avatar Jan 10 '25 10:01 ShadowChenCSD