We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 633131f commit 32c2487Copy full SHA for 32c2487
concatenator.py
@@ -10,7 +10,7 @@
10
def find_files(input_file, dirs_glob):
11
12
files = glob.glob(f"{dirs_glob}/{input_file}")
13
- DmLog.emit_event("Found {} files using {}".format(len(files), files_glob))
+ DmLog.emit_event("Found {} files using {}/{}".format(len(files), dirs_glob, input_file))
14
return files
15
16
0 commit comments