[Regression] Bug #2545: exec_command stdout and stderr
The issue http://dev.louiz.org/issues/2545 is back again.
To fix it again only require to change:
subprocess.call(self.command)
by:
subprocess.call(self.command, stdout=stdout, stderr=DEVNULL)
in daemon.py (This line was lost somewhere in the passage to slixmpp).
PS: I'm using the git package on archlinux.
- Changesets:
- Revision c580840d by louiz on 2015-01-19T16:50:05Z:
Properly ignore stderr and redirect stdout when execute a command
fix #2933
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information