Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
coredump-report: Fix OSError for ulimit command
The ulimit needs to be executed through shell but passing cmd as list preventing it to be executed and getting OSError. The command_output func sets shell to True in popen call if cmd is a string object. Signed-off-by: Prashant D <pdhange@redhat.com>
- Loading branch information