File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed
Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -48,8 +48,7 @@ def update(
4848 max_count : Union [str , float , None ] = None ,
4949 message : str = "" ,
5050 ) -> None :
51- """
52- Update progress bar.
51+ """Update progress bar.
5352
5453 Args:
5554 op_code: Integer that can be compared against Operation IDs and
@@ -68,8 +67,7 @@ def clone_to_directory(
6867 target_dir : str ,
6968 commit : Optional [str ] = None ,
7069) -> Repo :
71- """
72- Clone a git repository to a designated directory.
70+ """Clone a git repository to a designated directory.
7371
7472 Args:
7573 repo_url: URL to the git repository to clone.
@@ -114,8 +112,7 @@ def clone_to_directory(
114112
115113
116114def clone_to_cache (description_name : str , commit : Optional [str ] = None ) -> str :
117- """
118- Get a local working directory cloned from a remote git repository.
115+ """Get a local working directory cloned from a remote git repository.
119116
120117 Args:
121118 description_name: Name of the robot description to clone.
You can’t perform that action at this time.
0 commit comments