1
0
mirror of https://github.com/linkedin/oncall.git synced 2026-04-26 21:12:17 +02:00
Files
Tim Freund 844d351d1e Update print and os.execv statements for python3
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
2019-08-30 09:41:15 -04:00
..
2017-05-22 17:12:14 -07:00
2018-05-03 14:20:39 -07:00