def test(x):
    if not x:
        print "Error"
        traceback.print_stack()
        sys.exit(1)