Index: shared/scripts/configuration/utility.py =================================================================== diff -u -rc1c94ae0f22365e44259e382e0e9d417bb8c054b -rf8bb098a23807b927e8081344aa556d1d179c837 --- shared/scripts/configuration/utility.py (.../utility.py) (revision c1c94ae0f22365e44259e382e0e9d417bb8c054b) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision f8bb098a23807b927e8081344aa556d1d179c837) @@ -144,7 +144,7 @@ """ 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' + latest_file = config.ERROR_FILE_LOCATION+current_date+'_denaliSquish.log' return latest_file except: return False