Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rab639c7acff8c8444f869f2ac898a1cd241efa87 -r3037246670bc9f00dff0acc09f82b5aca6cd2bb8 --- shared/scripts/configuration/utility.py (.../utility.py) (revision ab639c7acff8c8444f869f2ac898a1cd241efa87) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 3037246670bc9f00dff0acc09f82b5aca6cd2bb8) @@ -178,12 +178,10 @@ @return latest_file - (string) returns latest file that append on log folder from sd-data """ -# try: current_date = get_current_date_and_time(date_format = "%Y_%m_%d") latest_file = '/home/denali/Desktop/sd-card/log/'+current_date+'_denaliSquish.log' return latest_file -# except: -# return False + def get_message_from_log(file_name, message_text):