Index: shared/scripts/configuration/utility.py =================================================================== diff -u -r2ff95e591789d7869d8921d7b4e36b224539d5ba -r7ea06f6694a6c28c6c071cd8b7b8c75f72fb41ac --- shared/scripts/configuration/utility.py (.../utility.py) (revision 2ff95e591789d7869d8921d7b4e36b224539d5ba) +++ shared/scripts/configuration/utility.py (.../utility.py) (revision 7ea06f6694a6c28c6c071cd8b7b8c75f72fb41ac) @@ -22,10 +22,10 @@ def get_extracted_file_inp_buf(): """ - This function is the handler for getting file from log folder. + This function is the handler for getting file from cloudsync folder. - This handler will go inside log folder and looks for newly added log based on current time. - if it satisfied that condition, it will return the exact path of newly created log. + This handler will go inside cloudsync folder and looks for newly added input buf file based on current time. + If it is satisfying that condition, it will return the exact path of newly created input buf file. @return latest_file - (string) returns latest file that append on log folder from sd-data """