Private GIT

Skip to content
Snippets Groups Projects
Commit f1a5bf87 authored by Alexandre Beloin's avatar Alexandre Beloin
Browse files

Merge branch 'TagForce-master'

parents cc4896e9 28c3ea21
Branches
Tags
No related merge requests found
......@@ -183,7 +183,7 @@ class PostProcessor(object):
base_name = re.sub(r'[\[\]\*\?]', r'[\g<0>]', base_name)
if subfolders:
filelist = ek.ek(recursive_glob, self.folder_path, base_name + '*')
filelist = ek.ek(recursive_glob, ek.ek(os.path.dirname, file_path), base_name + '*')
else:
filelist = ek.ek(glob.glob, base_name + '*')
for associated_file_path in filelist:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment