.
diff --git a/acctonUseDpctl/util.py b/acctonUseDpctl/util.py
index bf10d3b..4163377 100755
--- a/acctonUseDpctl/util.py
+++ b/acctonUseDpctl/util.py
@@ -13,8 +13,8 @@
         assert(0)

 

     #apply dpctl command     

-    subprocess.call(os.getcwd()+"/dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

-#    subprocess.call("dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

+    #subprocess.call(os.getcwd()+"/dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

+    subprocess.call("dpctl tcp:"+switch_ip+":6633 "+cmd+" > "+test_tmp_file, shell=True)

     time.sleep(0.2)

     

 def apply_dpctl_get_cmd(test, config, cmd):