Home
last modified time | relevance | path

Searched refs:file_name_2 (Results 1 – 1 of 1) sorted by relevance

/GUIX-v6.2.1/test/guix_studio_test/test_demo/
Dcompare_two_files.py5 def compare(file_name_1, file_name_2): argument
7 …logging.debug('Comparing: %s and %s', os.path.basename(file_name_1), os.path.basename(file_name_2))
14 if os.path.exists(file_name_2) is False:
15 logging.error("** ERROR ** %s does not exist", file_name_2)
21 match_success = filecmp.cmp(file_name_1, file_name_2, shallow=False)
36 file_2 = open(file_name_2,'r')
52 …match line #%d of %s\n%s\n%s' %(start_row_1, file_name_1, start_row_2, file_name_2, line_1, line_2…