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
{{ message }}
This repository has been archived by the owner on May 16, 2020. It is now read-only.
There is a configuration issue where a start_clean.boot file is being searched in the wrong place. This happens in dpi.erl, function start_slave(), where filelib:is_regular(StartClean ++ ".boot") is being called with an argument of start_clean.boot, resulting in false.
The text was updated successfully, but these errors were encountered:
There is a configuration issue where a
start_clean.boot
file is being searched in the wrong place. This happens indpi.erl
, functionstart_slave()
, wherefilelib:is_regular(StartClean ++ ".boot")
is being called with an argument ofstart_clean.boot
, resulting infalse
.The text was updated successfully, but these errors were encountered: