[jhbuild] git: replace 'fc' typo with 'fd'



commit df5b7ac4ac49a8a75f8ee9e909488baa8f3f2190
Author: Craig Keogh <cskeogh adam com au>
Date:   Sat Mar 17 21:42:29 2012 +1030

    git: replace 'fc' typo with 'fd'

 jhbuild/versioncontrol/git.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/jhbuild/versioncontrol/git.py b/jhbuild/versioncontrol/git.py
index 87d1d09..eb03fff 100644
--- a/jhbuild/versioncontrol/git.py
+++ b/jhbuild/versioncontrol/git.py
@@ -580,7 +580,7 @@ class GitSvnBranch(GitBranch):
             fd = file(os.path.join(
                         self.get_checkoutdir(copydir), '.git/info/exclude'), 'a')
             fd.write(s)
-            fc.close()
+            fd.close()
             buildscript.execute(cmd, cwd=self.get_checkoutdir(copydir),
                     extra_env=get_git_extra_env())
         except:



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]