Skip to content

Commit

Permalink
consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
BryanFauble committed Sep 19, 2024
1 parent 4bc187e commit c7ff76f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion synapseclient/models/folder.py
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ async def copy_async(
if not new_folder_id:
raise SynapseError("Failed to copy folder.")
folder_copy = await (
await Folder(id=new_folder_id).get_async(synapse_client=syn)
await Folder(id=new_folder_id).get_async(synapse_client=synapse_client)
).sync_from_synapse_async(
download_file=False,
synapse_client=synapse_client,
Expand Down

0 comments on commit c7ff76f

Please sign in to comment.