Skip to content

Commit

Permalink
Remove multi line log
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble authored Dec 17, 2024
1 parent b3b3054 commit c51d732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseclient/core/download/download_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -919,7 +919,7 @@ def _ftp_report_hook(
break
else:
client.logger.error(
f"[{entity_id}]: " f"Unable to download URLs of type {scheme}"
f"[{entity_id}]: Unable to download URLs of type {scheme}"
)
return None

Expand Down

0 comments on commit c51d732

Please sign in to comment.