Home
last modified time | relevance | path

Searched refs:file_name_1 (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))
10 if os.path.exists(file_name_1) is False:
11 logging.error("** ERROR ** %s does not exist", file_name_1)
20 if file_name_1.endswith('.bin'):
21 match_success = filecmp.cmp(file_name_1, file_name_2, shallow=False)
27 file_1 = open(file_name_1,'r')
52 …* Line #%d of %s does not match line #%d of %s\n%s\n%s' %(start_row_1, file_name_1, start_row_2, f…