mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 00:22:50 +01:00
Merge pull request #597 from Mkaysi/unix.wtf
Unix: Fix ProgVal/Limnoria#256
This commit is contained in:
commit
67fd05efb5
@ -245,7 +245,7 @@ class Unix(callbacks.Plugin):
|
||||
with open(os.devnull, 'r+') as null:
|
||||
inst = subprocess.Popen([wtfCmd, something],
|
||||
stdout=subprocess.PIPE,
|
||||
stderr=null,
|
||||
stderr=STDOUT,
|
||||
stdin=null)
|
||||
except OSError:
|
||||
irc.error(_('It seems the configured wtf command was not '
|
||||
|
Loading…
Reference in New Issue
Block a user