Skip to content

Commit fdba591

Browse files
committed
Better comment
1 parent f4c53c8 commit fdba591

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

readthedocs/rtd_tests/tests/test_backend.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ def test_git_tags(self):
6565
create_git_tag(repo_path, 'v02', annotated=True)
6666
create_git_tag(repo_path, 'release-ünîø∂é')
6767
repo = self.project.vcs_repo()
68-
# Hack the repo path
68+
# We aren't cloning the repo,
69+
# so we need to hack the repo path
6970
repo.working_dir = repo_path
7071
self.assertEqual(
7172
set(['v01', 'v02', 'release-ünîø∂é']),

0 commit comments

Comments
 (0)