in reply to Re: Calling functions
in thread Calling functions
At the end of split_logfile() andprint("DONE\n");
at the beginning of gen_stats(). It printed the messages out in correct order:print("Starting gen_stats\n");
So it appears that the functions are getting called in the correct order.DONE Starting gen_stats ...
|
|---|