fixes for file naming
formatting_check / formatting_check (push) Failing after 6s
Python Test / test (.sh, ubuntu-latest, 3.9) (push) Failing after 16s
Python Test / test (.ps1, windows-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, macos-latest, 3.9) (push) Has been cancelled
formatting_check / formatting_check (push) Failing after 6s
Python Test / test (.sh, ubuntu-latest, 3.9) (push) Failing after 16s
Python Test / test (.ps1, windows-latest, 3.9) (push) Has been cancelled
Python Test / test (.sh, macos-latest, 3.9) (push) Has been cancelled
This commit is contained in:
@@ -527,6 +527,11 @@ async def create_download_with_bdfr_api(download_type: str, name: str, **kwargs)
|
||||
progress_callbacks=[callback]
|
||||
)
|
||||
elif download_type == "user":
|
||||
# Set auth token in the BDFR manager if provided
|
||||
if auth_token:
|
||||
bdfr_manager.auth_token = auth_token
|
||||
logger.info(f"[DEBUG] Set auth token in BDFR manager for user download")
|
||||
|
||||
bdfr_download_id = bdfr_manager.download_user(
|
||||
name,
|
||||
limit=kwargs.get('limit'),
|
||||
|
||||
Reference in New Issue
Block a user