add close() to tty; remove useless files
This commit is contained in:
parent
ac721bf89f
commit
47e0ab50a5
@ -1413,6 +1413,7 @@ module chamfer_sphere(rad=chamfer, res=chamfer_fn)
|
||||
try:
|
||||
with subprocess.Popen(cmd, shell=True, stdin=tty, stdout=tty, stderr=tty) as proc:
|
||||
proc.wait()
|
||||
tty.close()
|
||||
except OSError as e:
|
||||
raise OSError("%s failed: errno=%d %s" % (cmd, e.errno, e.strerror))
|
||||
try:
|
||||
|
@ -1 +0,0 @@
|
||||
<QuoteWerksXML><AppVersionMajor>5.1</AppVersionMajor></QuoteWerksXML>
|
Reference in New Issue
Block a user