You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Download project file at specified version. Get the latest if no version specified.
1201
1201
1202
-
:param project_dir: project local directory
1202
+
:param project_dir: project local directory or a full project name ("<workspace>/<project>")
1203
1203
:type project_dir: String
1204
1204
:param file_path: relative path of file to download in the project directory
1205
1205
:type file_path: String
@@ -1401,11 +1401,11 @@ def download_files(
1401
1401
"""
1402
1402
Download project files at specified version. Get the latest if no version specified.
1403
1403
1404
-
:param project_dir: project local directory
1404
+
:param project_dir: project local directory or a full project name ("<workspace>/<project>")
1405
1405
:type project_dir: String
1406
1406
:param file_path: List of relative paths of files to download in the project directory
1407
1407
:type file_path: List[String]
1408
-
:param output_paths: List of paths for files to download to. Should be same length of as file_path. Default is `None` which means that files are downloaded into MerginProject at project_dir.
1408
+
:param output_paths: List of paths for files to download to. Should be same length of as file_path. Default is `None` which means that files are downloaded into MerginProject at project_dir (only valid when project_dir is an existing local checkout).
1409
1409
:type output_paths: List[String]
1410
1410
:param version: optional version tag for downloaded file
0 commit comments