in reply to Re: Loading package error : script works in weird way
in thread Loading package error : script works in weird way
If one inserts an exit into their program for testing purposes, one might consider placing a print statement in front of it.
print 'Exiting the package', "\n"; exit;
If one forgets to delete the exit, then one will see the message when one runs the program again months later.
|
|---|