Index: tests/peter/set_RTCs.py =================================================================== diff -u -r92cb274e8d2c3cf2f7541735dd7d682d2c8f01c9 -r685c0317a3c9ceb0aea35774cbc4511f3ae9fb33 --- tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 92cb274e8d2c3cf2f7541735dd7d682d2c8f01c9) +++ tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 685c0317a3c9ceb0aea35774cbc4511f3ae9fb33) @@ -29,7 +29,7 @@ current_time_stamp = time() current_time = localtime(current_time_stamp) print(current_time) - """ + if hd.cmd_log_in_to_hd(): hd.rtc.cmd_set_rtc_time_and_date(current_time.tm_sec, current_time.tm_min, @@ -48,5 +48,5 @@ current_time.tm_mon, current_time.tm_year) print("Successfully set DG rtc") + """ -