X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=pcucontrol%2Futil%2Fcommand.py;h=6f112fb6459a4cdf1c62ac289acb010f25ecf063;hb=4c13f1b5fbe5e9f3eaf32cf7ba7571f1fb900618;hp=47627b45874c8f7ff4318c04bd6a36b0496b9cb5;hpb=ee532b2196a30d219145267c492d5147b64f9788;p=monitor.git diff --git a/pcucontrol/util/command.py b/pcucontrol/util/command.py index 47627b4..6f112fb 100644 --- a/pcucontrol/util/command.py +++ b/pcucontrol/util/command.py @@ -77,8 +77,8 @@ class CMD: print "Interrupted, exiting..." sys.exit(1) except Exception, err: - from monitor.common import email_exception - email_exception() + #from monitor.common import email_exception + #email_exception() return ("", str(err)) def system(self, cmd, timeout=COMMAND_TIMEOUT*2):