Skip to content

Commit 49661c1

Browse files
Log message when commit is fetched successfully
1 parent 679a183 commit 49661c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

robot_descriptions/_cache.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def clone_to_directory(
9898
)
9999
clone.git.fetch("origin")
100100
clone.git.checkout(commit)
101+
print(f"Found commit {commit} successfully!")
101102
return clone
102103

103104

0 commit comments

Comments
 (0)