This commit is contained in:
SeungheeOh 2019-03-15 22:44:26 +09:00
parent 68090ce2b8
commit 34ae0d90da

View File

@ -132,6 +132,12 @@ filenames = os.listdir(folder)
testfiles = [ x for x in filenames if os.path.isfile(os.path.join(folder,x)) == True ] testfiles = [ x for x in filenames if os.path.isfile(os.path.join(folder,x)) == True ]
testdirs = [ x for x in filenames if os.path.isfile(os.path.join(folder,x)) == True ]
for filename in testdirs:
print (filename)
#print (testfiles) #print (testfiles)
#exit() #exit()
@ -190,6 +196,3 @@ for filename in testfiles:
pass pass
#print (T) #print (T)
#print ("Key: %s, value %s" % (tag, tags[tag])) #print ("Key: %s, value %s" % (tag, tags[tag]))