Skip to content

Commit

Permalink
test_sys_checkout: Simplify many tests to only use a single external.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnpaulalex committed Feb 2, 2023
1 parent fbee425 commit 1832e1f
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 204 deletions.
2 changes: 1 addition & 1 deletion manic/repository_git.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class GitRepository(Repository):

def __init__(self, component_name, repo):
"""
Parse repo (a <repo> XML element).
repo: ExternalsDescription.
"""
Repository.__init__(self, component_name, repo)
self._gitmodules = None
Expand Down
Loading

0 comments on commit 1832e1f

Please sign in to comment.