diff options
Diffstat (limited to 'Mac/scripts/binhextree.py')
-rw-r--r-- | Mac/scripts/binhextree.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Mac/scripts/binhextree.py b/Mac/scripts/binhextree.py index 19faf40..535bc7b 100644 --- a/Mac/scripts/binhextree.py +++ b/Mac/scripts/binhextree.py @@ -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 |