@@ -54,7 +54,7 | |||||
54 | #self.txtInfo.setText(output_p2) No newline at end of file |
|
54 | #self.txtInfo.setText(output_p2) | |
55 | No newline at end of file |
|
55 | ||
56 | var_cmd="find " + str(var_Dpath) + " -name *.r | awk -F/ '{print substr($NF,2,7)}' | sort| uniq" |
|
56 | var_cmd="find " + str(var_Dpath) + " -name *.r | awk -F/ '{print substr($NF,2,7)}' | sort| uniq" | |
No newline at end of file |
|
57 | output_p2=commands.getstatusoutput(var_cmd)[1] No newline at end of file | ||
57 | output_p2=commands.getstatusoutput(var_cmd)[] No newline at end of file |
|
|||
58 | No newline at end of file |
|
58 | ||
59 | self.txtInfo.setText(output_p2) No newline at end of file |
|
59 | self.txtInfo.setText(output_p2) | |
60 | No newline at end of file |
|
60 |
General Comments 0
You need to be logged in to leave comments.
Login now