projects
/
saartuer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
92e7d7b
)
Traces of debugging tyshell
author
Ralf Jung
<post@ralfj.de>
Wed, 23 Oct 2013 19:09:51 +0000
(21:09 +0200)
committer
Ralf Jung
<post@ralfj.de>
Wed, 23 Oct 2013 19:09:51 +0000
(21:09 +0200)
tyshell
patch
|
blob
|
history
diff --git
a/tyshell
b/tyshell
index 0027698e3b44654549ff863ff86055c43e09e3e9..37873bcff4bc21df5a5e4f27dc867466a2ee7f9e 100755
(executable)
--- a/
tyshell
+++ b/
tyshell
@@
-7,6
+7,7
@@
import subprocess
import socket
import pwd
import grp
import socket
import pwd
import grp
+import traceback
from collections import namedtuple
tuerSock = "/run/tuer.sock"
from collections import namedtuple
tuerSock = "/run/tuer.sock"
@@
-104,6
+105,7
@@
while True:
if res: break
except Exception as e:
print("Error while executing %s: %s" % (command[0], str(e)))
if res: break
except Exception as e:
print("Error while executing %s: %s" % (command[0], str(e)))
+ #print(traceback.format_exc())
else: # multiple commands fit the prefix
print("Ambiguous command prefix, please choose one of the following:")
print("\t", " ".join(cmdoptions))
else: # multiple commands fit the prefix
print("Ambiguous command prefix, please choose one of the following:")
print("\t", " ".join(cmdoptions))