1
0
mirror of https://github.com/gnosygnu/xowa.git synced 2026-03-02 03:49:30 +00:00

Import.offline: Do not re-download category dump files when importing wiki (redux)

This commit is contained in:
gnosygnu
2016-11-17 18:13:39 -05:00
parent 9aa3902265
commit fb7c675117
3 changed files with 26 additions and 3 deletions

View File

@@ -51,6 +51,7 @@ public class Gfo_usr_dlg_base implements Gfo_usr_dlg {
return tmp_bfr.To_str_and_clear();
}
catch (Exception e) { // NOTE: can fail if fmt has ~{}; callers should proactively remove, but for now, just return fmt if fails; EX:Page_sync and en.w:Web_crawler; DATE:2016-11-17
Err_.Noop(e);
return fmt;
}
}