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
- not every non-zero exit code is an error, take that into account and
only fail hard in case of 'real' errors
- you can still check $? to find out about the actual execution success / failure.
I have a PDF generated from Word without form fields and doing
fill_form
throwseven though the result.pdf is successfully generated.
If i do the command by hand in the console, i get a warning
with exit code 3
The thing is, that safe_shell checks if the exit-code is 0. Maybe #83
The text was updated successfully, but these errors were encountered: