##// END OF EJS Templates
***
ralonso -
r9:10
parent child
Show More
@@ -54,7 +54,7
54 54 #self.txtInfo.setText(output_p2)
55 55
56 56 var_cmd="find " + str(var_Dpath) + " -name *.r | awk -F/ '{print substr($NF,2,7)}' | sort| uniq"
57 output_p2=commands.getstatusoutput(var_cmd)[]
57 output_p2=commands.getstatusoutput(var_cmd)[1]
58 58
59 59 self.txtInfo.setText(output_p2)
60 60
General Comments 0
You need to be logged in to leave comments. Login now