summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--peekaboo/sample.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/peekaboo/sample.py b/peekaboo/sample.py
index 4be5323..c46d13c 100644
--- a/peekaboo/sample.py
+++ b/peekaboo/sample.py
@@ -273,7 +273,6 @@ class Sample(object):
# so we generate our own job hash and create the
# working directory.
job_hash = self.generate_job_hash()
- os.mkdir(os.path.join(self.__base_dir, job_hash))
logger.debug("Job hash for this sample: %s" % job_hash)
return job_hash