diff options
| -rwxr-xr-x | mat | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -137,6 +137,7 @@ def main(): | |||
| 137 | for root, sub, files in os.walk(filename): | 137 | for root, sub, files in os.walk(filename): |
| 138 | for file in files: | 138 | for file in files: |
| 139 | filenames.append(os.path.join(root, file)) | 139 | filenames.append(os.path.join(root, file)) |
| 140 | continue | ||
| 140 | 141 | ||
| 141 | class_file = mat.create_class_file(filename, args.backup, | 142 | class_file = mat.create_class_file(filename, args.backup, |
| 142 | add2archive=args.add2archive, low_pdf_quality=args.low_pdf_quality) | 143 | add2archive=args.add2archive, low_pdf_quality=args.low_pdf_quality) |
