You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BTW, there are a lot of useless space characters at the end of some lines in this file.
Check if the scratch DIR exist and if not, create it
into: lib/simple_bridge/src/simple_bridge_util.erl
diff simple_bridge_util.erl_ORG simple_bridge_util.erl
113c113,119
< Other -> Other
---
> %%%Other -> Other
> Other ->
> % +1 L: the DIR of temporaries is not auto-created, do it
> % otherwise a wf_pandoc(…) call will fail with :
> % openBinaryFile: does not exist (No such file or directory)
> ok = filelib:ensure_dir(Other ++ "/"),
> Other
Jean-Yves
The text was updated successfully, but these errors were encountered:
Hi Jesse,
As this DIR isn't created (latest git), a call to wf_pandoc(…) fails with this error :
The following diffs are fixing that.
Move the scratch dir from "./scratch" (bad, where does it go?) to "/var/tmp/scratch" (good, well identified)
into: etc/simple_bridge.config
BTW, there are a lot of useless space characters at the end of some lines in this file.
Check if the scratch DIR exist and if not, create it
into: lib/simple_bridge/src/simple_bridge_util.erl
Jean-Yves
The text was updated successfully, but these errors were encountered: