projects
/
mdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d1f24e
)
Remove debugging code... !blame Fred
author
Frederic Massart
<fred@moodle.com>
Mon, 12 Aug 2013 03:15:56 +0000
(11:15 +0800)
committer
Frederic Massart
<fred@moodle.com>
Mon, 2 Sep 2013 03:10:28 +0000
(11:10 +0800)
lib/scripts.py
patch
|
blob
|
history
diff --git
a/lib/scripts.py
b/lib/scripts.py
index
4d675b8
..
4281023
100644
(file)
--- a/
lib/scripts.py
+++ b/
lib/scripts.py
@@
-133,8
+133,7
@@
class Scripts(object):
cmd = '%s %s' % (C.get('php'), dest)
logging.debug('Executing %s' % (cmd))
result = process(cmd, cwd=path, **cmdkwargs)
- print result
- # os.remove(dest)
+ os.remove(dest)
elif cli.endswith('.sh'):
dest = os.path.join(path, 'mdkscriptrun.sh')
logging.debug('Copying %s to %s' % (cli, dest))