mirror of
https://github.com/lifegpc/pixiv_downloader.git
synced 2026-06-06 05:49:01 +08:00
remove mode specify
This commit is contained in:
@@ -36,7 +36,7 @@ try:
|
||||
raise ValueError('Failed to get output file name.')
|
||||
out_dir = dirname(out)
|
||||
if not exists(out_dir):
|
||||
makedirs(out_dir, 755, exist_ok=True)
|
||||
makedirs(out_dir, exist_ok=True)
|
||||
if call('msgfmt', fn, '--output', out, '--no-hash') != 0:
|
||||
raise ValueError('Failed to run msgfmt.')
|
||||
except Exception:
|
||||
|
||||
Reference in New Issue
Block a user