summaryrefslogtreecommitdiff
path: root/morphlib/sysbranchdir.py
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-08 14:59:30 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2013-08-14 16:26:31 +0000
commitb2e6814127f12fee3ce9bc5a9f40d20148353c2e (patch)
tree81df6e58979c43909746dd76d787b6b340aeb60c /morphlib/sysbranchdir.py
parent2d11c3d82fb869197da5ffa12635e125a380e48f (diff)
downloadmorph-b2e6814127f12fee3ce9bc5a9f40d20148353c2e.tar.gz
Remove unused argument from SystemBranchDirectory.clone_cached_repo
For some reason, there was an unused argument in the method. Remove it from the definition and all call sites.
Diffstat (limited to 'morphlib/sysbranchdir.py')
-rw-r--r--morphlib/sysbranchdir.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/morphlib/sysbranchdir.py b/morphlib/sysbranchdir.py
index e4af53cf..7e278dce 100644
--- a/morphlib/sysbranchdir.py
+++ b/morphlib/sysbranchdir.py
@@ -100,7 +100,7 @@ class SystemBranchDirectory(object):
return os.path.join(self.root_directory, relative)
- def clone_cached_repo(self, cached_repo, git_branch_name, checkout_ref):
+ def clone_cached_repo(self, cached_repo, checkout_ref):
'''Clone a cached git repository into the system branch directory.
The cloned repository will NOT have the system branch's git branch