In joystick/consumers/fedora_messaging_consumer.py, line 21, subprocess.Popen is being called with close_fds=True, which is the default.
joystick/consumers/fedora_messaging_consumer.py
subprocess.Popen
close_fds=True
Fixed it in https://pagure.io/joystick/c/8efb95268a68dfa9a0061816a94d2687df070bc4?branch=master
Metadata Update from @puiterwijk: - Issue status updated to: Closed (was: Open)