mirror of
https://github.com/python/cpython.git
synced 2025-09-11 19:27:07 +00:00
Use auto-start functionality of aetools.TalkTo and aetools.Error for
server-generated errors.
This commit is contained in:
parent
977fbf271e
commit
b9e5e14158
2 changed files with 4 additions and 14 deletions
|
@ -70,10 +70,8 @@ project_files = {}
|
|||
|
||||
def hexbincwprojects(creator):
|
||||
"""Compact and hexbin all files remembered with a given creator"""
|
||||
print 'Please start project mgr with signature', creator,'-'
|
||||
sys.stdin.readline()
|
||||
try:
|
||||
mgr = MwShell(creator)
|
||||
mgr = MwShell(creator, start=1)
|
||||
except 'foo':
|
||||
print 'Not handled:', creator
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue