import socket
import pwd
import grp
+import traceback
from collections import namedtuple
tuerSock = "/run/tuer.sock"
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))