Skip to content

Commit

Permalink
Update qfieldcloud_sdk/sdk.py
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Ivanov <[email protected]>
  • Loading branch information
SeqLaz and suricactus authored Sep 3, 2024
1 parent bf1bd24 commit 13fdb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qfieldcloud_sdk/sdk.py
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,7 @@ def download_project(
filter_glob: if specified, download only the files which match the glob, otherwise download all
force_download (bool, optional): Download file even if it already exists locally. Defaults to False.
Returns:
List[Dict]: A list of dictionaries with information about the downloaded files.
list[dict]: A list of dictionaries with information about the downloaded files.
"""
files = self.list_remote_files(project_id)

Expand Down

0 comments on commit 13fdb04

Please sign in to comment.