From 0f9739e025dd9351a3015ebd6419ff68cbf5da76 Mon Sep 17 00:00:00 2001 From: Arturo Hernandez Date: Wed, 23 May 2018 16:33:03 -0400 Subject: [PATCH] fix menor --- test_machine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_machine.py b/test_machine.py index cc3b572..35da3b8 100755 --- a/test_machine.py +++ b/test_machine.py @@ -170,7 +170,7 @@ try: templates = conn.get_templates() for tem in templates: tem2 =conn.get_user_template(tem.uid,tem.fid) - if temp2 is None: + if tem2 is None: print ("bulk! %s" % tem) elif tem == tem2: # compare with alternative method print ("OK! %s" % tem)