From 1a5291a46e9412c2cb784327f3e61f6dad217175 Mon Sep 17 00:00:00 2001 From: dol-sen Date: Tue, 13 Sep 2011 07:14:54 -0700 Subject: fix typo, bug 382785 --- layman/overlays/source.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layman') diff --git a/layman/overlays/source.py b/layman/overlays/source.py index 0f5c913..843edf4 100644 --- a/layman/overlays/source.py +++ b/layman/overlays/source.py @@ -104,7 +104,7 @@ class OverlaySource(object): if not os.path.exists(mdir): self.output.warn('Directory ' + mdir + \ ' did not exist, no files deleted.') - return false + return False self.output.info('Deleting directory "%s"' % mdir, 2) shutil.rmtree(mdir) -- cgit v1.2.3-1-g7c22