FIX PULL
This commit is contained in:
2018-03-07 10:53:12 +09:00

View File

@@ -911,7 +911,7 @@ for xmp_file in work_files:
bk_file_counter = 1 bk_file_counter = 1
# get PATH from file and look for .BK. data in this folder matching, output is sorted per BK counter key # get PATH from file and look for .BK. data in this folder matching, output is sorted per BK counter key
for bk_file in sorted( for bk_file in sorted(
glob.glob("{path}}/{file}*.xmp".format( glob.glob("{path}/{file}*.xmp".format(
path = os.path.split(xmp_file)[0], path = os.path.split(xmp_file)[0],
file = "{}.BK.".format(os.path.splitext(os.path.split(xmp_file)[1])[0]) file = "{}.BK.".format(os.path.splitext(os.path.split(xmp_file)[1])[0])
) )