mirror of https://github.com/python/cpython
Add "set -e" to lock command.
This commit is contained in:
parent
8731e5c35f
commit
b6fd5a50b0
|
@ -806,7 +806,7 @@ class FaqWizard:
|
|||
f.close()
|
||||
|
||||
command = interpolate(
|
||||
SH_LOCK + '\n' + SH_CHECKIN,
|
||||
"set -e\n" + SH_LOCK + '\n' + SH_CHECKIN,
|
||||
file=file, tfn=tfn)
|
||||
|
||||
p = os.popen(command)
|
||||
|
|
Loading…
Reference in New Issue