Index: tests/peter/test_hd_records.py =================================================================== diff -u -rb93016ee67204223658152cb2952e8ab16af1b94 -r2138d06d100fdcf23f2e9069f35ee2fdee62008f --- tests/peter/test_hd_records.py (.../test_hd_records.py) (revision b93016ee67204223658152cb2952e8ab16af1b94) +++ tests/peter/test_hd_records.py (.../test_hd_records.py) (revision 2138d06d100fdcf23f2e9069f35ee2fdee62008f) @@ -52,7 +52,7 @@ """ # store the old record after reading it from fw record_old_formatted = pprint.pformat(hd.calibration_record.hd_calibration_record, indent=4) - with open("/home/fw/projects/dialin/tests/peter/hd_cal_record.log", 'w') as f: + with open("/home/fw/projects/leahi_dialin/tests/peter/hd_cal_record.log", 'w') as f: f.write(record_old_formatted) """ @@ -120,7 +120,7 @@ sleep(0.2) record_old_formatted = pprint.pformat(hd.system_record.hd_system_record, indent=4) - with open("/home/fw/projects/dialin/tests/peter/hd_sys_record_old.log", 'w') as f: + with open("/home/fw/projects/leahi_dialin/tests/peter/hd_sys_record_old.log", 'w') as f: f.write(record_old_formatted) hd.system_record.hd_system_record['system_record']['top_level_pn'][1] = 'ASD-S123'