We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b468560 commit 9e9486fCopy full SHA for 9e9486f
test/make_pidfile_tree.py
@@ -4,6 +4,9 @@
4
import os
5
import time
6
7
+pid = os.getpid()
8
+print "PID = %s" % pid
9
+
10
pidfile_path = sys.argv[1]
11
12
os.mkdir(pidfile_path, 0755)
0 commit comments