Skip to content

Commit 32c2487

Browse files
author
a.b.christie
committed
fix: Fix concan log
1 parent 633131f commit 32c2487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

concatenator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
def find_files(input_file, dirs_glob):
1111

1212
files = glob.glob(f"{dirs_glob}/{input_file}")
13-
DmLog.emit_event("Found {} files using {}".format(len(files), files_glob))
13+
DmLog.emit_event("Found {} files using {}/{}".format(len(files), dirs_glob, input_file))
1414
return files
1515

1616

0 commit comments

Comments
 (0)