From e9271cec9023144e8d1634d64b3389e435f35bef Mon Sep 17 00:00:00 2001 From: Gui Chen Date: Wed, 15 May 2013 07:07:37 -0400 Subject: [PATCH] typo fix Signed-off-by: Gui Chen --- mic/utils/fs_related.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mic/utils/fs_related.py b/mic/utils/fs_related.py index 06e9d84..86f947b 100644 --- a/mic/utils/fs_related.py +++ b/mic/utils/fs_related.py @@ -110,7 +110,7 @@ class BindChrootMount: self.root = os.path.abspath(os.path.expanduser(chroot)) self.option = option - self.origsrc = self.src = src + self.orig_src = self.src = src if os.path.islink(src): self.src = os.readlink(src) -- 2.7.4