summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-26 11:41:14 +0100
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-03-26 11:41:14 +0100
commit40a62a1a3057d0ff24d69a3bc33c041ac0df8129 (patch)
treeef565fd8f6a834f1de7b2a5baf15cdc46f239707 /morph
parent315ddbb2bef5c9e96ad9eff94fdfefc276e472ef (diff)
downloadmorph-40a62a1a3057d0ff24d69a3bc33c041ac0df8129.tar.gz
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.
Diffstat (limited to 'morph')
-rwxr-xr-xmorph1
1 files changed, 0 insertions, 1 deletions
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()