This commit is contained in:
chenxuanhong
2022-02-17 22:49:58 +08:00
parent 522cc43d1c
commit f2d448e643
2 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -5,7 +5,7 @@
# Created Date: Wednesday December 22nd 2021
# Author: Chen Xuanhong
# Email: chenxuanhongzju@outlook.com
# Last Modified: Thursday, 10th February 2022 12:14:47 am
# Last Modified: Thursday, 17th February 2022 10:47:35 pm
# Modified By: Chen Xuanhong
# Copyright (c) 2021 Shanghai Jiao Tong University
#############################################################
@@ -542,7 +542,8 @@ class Application(tk.Frame):
for one_file in files:
all_files.append(one_file.name)
self.test_com["value"] =all_files
self.test_com.current(0)
if len(all_files):
self.test_com.current(0)
def CopyPasswd(self):
def copy():