Traces of debugging tyshell
authorRalf Jung <post@ralfj.de>
Wed, 23 Oct 2013 19:09:51 +0000 (21:09 +0200)
committerRalf Jung <post@ralfj.de>
Wed, 23 Oct 2013 19:09:51 +0000 (21:09 +0200)
tyshell

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 traceback
 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)))
+                       #print(traceback.format_exc())
        else: # multiple commands fit the prefix
                print("Ambiguous command prefix, please choose one of the following:")
                print("\t", " ".join(cmdoptions))