diff --git a/src/imxml2epub.py b/src/imxml2epub.py index ed07be5..2cfe5b4 100755 --- a/src/imxml2epub.py +++ b/src/imxml2epub.py @@ -116,7 +116,7 @@ INPUT_DIR = \ args.input_dir if args.input_dir is not None else DEFAULT_OUTPUT_DIR / PUBLICATION_DIR.resolve().stem / "imxml" OUTPUT_DIR = \ - args.output_dir if args.output_dir is not None else (DEFAULT_OUTPUT_DIR / PUBLICATION_DIR.resolve().stem) / "django" + args.output_dir if args.output_dir is not None else (DEFAULT_OUTPUT_DIR / PUBLICATION_DIR.resolve().stem) / "epub" LOG_DIR = OUTPUT_DIR / "log" LOG_FILE = (LOG_DIR / SCRIPT_NAME) . with_suffix( ".log" ) TEMP_DIR = OUTPUT_DIR / "tmp_files"