summaryrefslogtreecommitdiff
path: root/morphlib/app.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/app.py')
-rw-r--r--morphlib/app.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/morphlib/app.py b/morphlib/app.py
index 9f9ab01a..8fd52a46 100644
--- a/morphlib/app.py
+++ b/morphlib/app.py
@@ -284,7 +284,6 @@ class Morph(cliapp.Application):
tmpdir = self.settings['tempdir']
for required_dir in (os.path.join(tmpdir, 'chunks'),
os.path.join(tmpdir, 'staging'),
- os.path.join(tmpdir, 'failed'),
os.path.join(tmpdir, 'deployments'),
self.settings['cachedir']):
if not os.path.exists(required_dir):