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
ACEProcess subclasses can be instantiated with the executable parameter to specify an ACE location if it is not on PATH, but this is not available to the delphin process command, meaning that users of the command are restricted to using ACE on PATH. To fix this deficiency, add an executable parameter (str or pathlib.Path) to the delphin.commands.process() function and add the --executable option to delphin process.
The text was updated successfully, but these errors were encountered:
ACEProcess
subclasses can be instantiated with theexecutable
parameter to specify an ACE location if it is not on PATH, but this is not available to thedelphin process
command, meaning that users of the command are restricted to using ACE on PATH. To fix this deficiency, add anexecutable
parameter (str
orpathlib.Path
) to thedelphin.commands.process()
function and add the--executable
option todelphin process
.The text was updated successfully, but these errors were encountered: