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
I'm using robo 0.3.0 and prepared following YAML file.
robo.yml
runsql:
summary: Run SQLcommand: | # ... if [ ! mysql --host "$db_server_ip" --user root --password --execute << _SQL_ # SQL..._SQL_ ]; then # This YAML syntax error causes the errorecho "Failed to login"fi
I cded to the directory where above YAML file is and run robo setup, then follwing error is shown:
This error is derived from YAML syntax error commented in above YAML file.
I would like better error message.
I'm on Kubuntu 15.04 64bit
The text was updated successfully, but these errors were encountered:
phanect
changed the title
panic: runtime error: invalid memory address or nil pointer dereference
Better error message on YAML syntax error
Oct 2, 2015
I'm using robo 0.3.0 and prepared following YAML file.
robo.yml
I
cd
ed to the directory where above YAML file is and runrobo setup
, then follwing error is shown:This error is derived from YAML syntax error commented in above YAML file.
I would like better error message.
I'm on Kubuntu 15.04 64bit
The text was updated successfully, but these errors were encountered: