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
Reported by @karlmsmith on 9 May 2011 21:54 UTC
When a script is run using "ferret7 -script myscript.jnl" to start pyferret, if myscript.jnl contains an error, it exits to the python prompt instead of exiting completely.
This is due to the problem raising an exception that returns control back to Python before completing the semicolon-separated list of commands which ends with a Ferret "exit". (And because of the python call in the ferret7 shell script includes "-i", the exception doesn't exit python.)
Reported by @karlmsmith on 9 May 2011 21:54 UTC
When a script is run using "ferret7 -script myscript.jnl" to start pyferret, if myscript.jnl contains an error, it exits to the python prompt instead of exiting completely.
This is due to the problem raising an exception that returns control back to Python before completing the semicolon-separated list of commands which ends with a Ferret "exit". (And because of the python call in the ferret7 shell script includes "-i", the exception doesn't exit python.)
Migrated-From: http://dunkel.pmel.noaa.gov/trac/ferret/ticket/1851
The text was updated successfully, but these errors were encountered: