From 07df32fbd57477e5808cdbace965edcd0a81348f Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Mon, 14 Sep 2015 10:55:46 +0000 Subject: Make `check --full` pass again Change-Id: I9e5b1a70946a87eb29009df2def3bd98ecc7ad2a --- morphlib/gitdir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/morphlib/gitdir.py b/morphlib/gitdir.py index a98c7c69..d1770275 100644 --- a/morphlib/gitdir.py +++ b/morphlib/gitdir.py @@ -468,7 +468,7 @@ class GitDirectory(object): # Exact error is logged already by the runcmd() function. raise NoGitRepoError(self.dirname) - def clone_into(self, dst, ref=None): + def clone_into(self, dst, ref=None): # pragma: no cover morphlib.git.clone_into(cliapp.runcmd, self.dirname, dst, ref=ref) def checkout(self, branch_name): # pragma: no cover -- cgit v1.2.1