ff
This commit is contained in:
parent
68090ce2b8
commit
34ae0d90da
9
exif.py
9
exif.py
@ -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]))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user