Searched refs:file_to_append (Results 1 – 1 of 1) sorted by relevance
127 def Append(target, file_to_append, error_message): argument134 with open(target, "a") as out_file, open(file_to_append, "r") as input_file: