From 40a62a1a3057d0ff24d69a3bc33c041ac0df8129 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Mon, 26 Mar 2012 11:41:14 +0100 Subject: Do not create a cache directory in the mine It wasn't being used, anyway. And there's no real point in having a per-mine cache directory. --- morph | 1 - 1 file changed, 1 deletion(-) (limited to 'morph') diff --git a/morph b/morph index 06548f9b..d118e3fe 100755 --- a/morph +++ b/morph @@ -375,7 +375,6 @@ class Morph(cliapp.Application): 'empty directory: %s' % dirname) os.mkdir(os.path.join(dirname, '.morph')) - os.mkdir(os.path.join(dirname, '.morph', 'cache')) def _deduce_mine_directory(self): dirname = os.getcwd() -- cgit v1.2.1