mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
As Mark Hammond found out, it was a bad idea to add "set -e" to the
check in command -- this fails for new files!
This commit is contained in:
parent
6f5a312cec
commit
ca2f69cb96
1 changed files with 1 additions and 1 deletions
|
@ -806,7 +806,7 @@ class FaqWizard:
|
||||||
f.close()
|
f.close()
|
||||||
|
|
||||||
command = interpolate(
|
command = interpolate(
|
||||||
"set -e\n" + SH_LOCK + '\n' + SH_CHECKIN,
|
SH_LOCK + '\n' + SH_CHECKIN,
|
||||||
file=file, tfn=tfn)
|
file=file, tfn=tfn)
|
||||||
|
|
||||||
p = os.popen(command)
|
p = os.popen(command)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue