This commit is contained in:
mousebot 2020-04-26 20:07:29 -03:00
commit 9800237e6d
1 changed files with 0 additions and 1 deletions

View File

@ -147,7 +147,6 @@ def main():
elif args.directory:
matchlist = dir_list(args.infile)
# place batchfile.txt in user-given directory:
#batchfile = os.path.dirname(args.infile) + os.path.sep + "batchfile.txt"
batchfile = args.infile + os.path.sep + "batchfile.txt"
dir_cat(matchlist, batchfile)
text = read(batchfile)