aboutsummaryrefslogtreecommitdiffstats
path: root/IRC
diff options
context:
space:
mode:
authormakefu <root@pigstarter.de>2014-05-05 09:53:32 +0200
committermakefu <root@pigstarter.de>2014-05-05 09:53:32 +0200
commitf0aff2ab30ad2620680f68bb6a7ac892271ac123 (patch)
tree9fea5d8d30c226e0e6747cd5682e63cc489525bc /IRC
parent56f52f2c68fb0db86cde7d3b016aeee958cf8629 (diff)
Merge all the shits
Diffstat (limited to 'IRC')
-rwxr-xr-xIRC/reaktor.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/IRC/reaktor.py b/IRC/reaktor.py
index ec306e7..f9f25e5 100755
--- a/IRC/reaktor.py
+++ b/IRC/reaktor.py
@@ -86,8 +86,9 @@ class Reaktor(asybot):
start = time()
try:
+ print(myargv)
p = popen(myargv, bufsize=1, stdout=PIPE, stderr=PIPE, env=env, cwd=cwd)
- except (OSError, Exception) as error:
+ except Exception as error:
self.ME(target, 'brain damaged')
log.error('OSError@%s: %s' % (myargv, error))
return