diff options
| author | jvoisin | 2013-11-05 22:32:54 +0000 |
|---|---|---|
| committer | jvoisin | 2013-11-05 22:32:54 +0000 |
| commit | 5e446e90cb18c8f41f79fa50ddee87f807629759 (patch) | |
| tree | 1a0d1d4ff0150a6362862f7fa842bd40f93eb76b | |
| parent | a554d7a0867a01fc7a3081ed24df25fa0ac87e23 (diff) | |
Improves folder's handling when using the CLI
| -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) |
