projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c9b912a
)
Argument cwd passed to ProcessInThread is ignored. Fixes #51
author
Frederic Massart
<fred@moodle.com>
Thu, 3 Oct 2013 02:41:54 +0000
(10:41 +0800)
committer
Frederic Massart
<fred@moodle.com>
Thu, 3 Oct 2013 02:41:58 +0000
(10:41 +0800)
lib/tools.py
patch
|
blob
|
history
diff --git
a/lib/tools.py
b/lib/tools.py
index
6762b7e
..
2d25845
100644
(file)
--- a/
lib/tools.py
+++ b/
lib/tools.py
@@
-168,7
+168,7
@@
class ProcessInThread(threading.Thread):
if type(cmd) != 'list':
cmd = shlex.split(str(cmd))
self.cmd = cmd
- self.cwd =
None
+ self.cwd =
cwd
self.stdout = stdout
self.stderr = stderr