1
0
mirror of https://github.com/deadc0de6/dotdrop.git synced 2026-02-07 11:03:31 +00:00

import and trans_w

This commit is contained in:
deadc0de6
2022-06-03 23:09:22 +02:00
committed by deadc0de
parent ec135464ed
commit 97917c2f70
5 changed files with 203 additions and 21 deletions

View File

@@ -537,7 +537,8 @@ def cmd_importer(opts):
for path in paths:
tmpret = importer.import_path(path, import_as=opts.import_as,
import_link=opts.import_link,
import_mode=opts.import_mode)
import_mode=opts.import_mode,
import_transw=opts.import_transw)
if tmpret < 0:
ret = False
elif tmpret > 0: