Skip to content
Snippets Groups Projects
Commit d5cc8aca authored by Craig Tiller's avatar Craig Tiller
Browse files

Spam cleanup

parent a181436d
No related branches found
No related tags found
No related merge requests found
...@@ -183,7 +183,6 @@ class Job(object): ...@@ -183,7 +183,6 @@ class Job(object):
for k, v in spec.environ.iteritems(): for k, v in spec.environ.iteritems():
env[k] = v env[k] = v
self._start = time.time() self._start = time.time()
print spec.cwd
self._process = subprocess.Popen(args=spec.cmdline, self._process = subprocess.Popen(args=spec.cmdline,
stderr=subprocess.STDOUT, stderr=subprocess.STDOUT,
stdout=self._tempfile, stdout=self._tempfile,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment