You've already forked oncall
mirror of
https://github.com/linkedin/oncall.git
synced 2026-04-26 21:12:17 +02:00
844d351d1e
Python3 throws an exception when the first argument to os.execv is empty: ValueError: execv() arg 2 first element cannot be empty The module documentation suggests that the first element should be the name of the executed program: https://docs.python.org/3.7/library/os.html#os.execv