Index: tests/peter/set_RTCs.py =================================================================== diff -u -rc7c9198f7c16d6661ae35e67d02e5b46af14065d -r6b1fd68e4a48f7ee6520da5cd319d40fce1ac5fc --- tests/peter/set_RTCs.py (.../set_RTCs.py) (revision c7c9198f7c16d6661ae35e67d02e5b46af14065d) +++ tests/peter/set_RTCs.py (.../set_RTCs.py) (revision 6b1fd68e4a48f7ee6520da5cd319d40fce1ac5fc) @@ -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,4 +48,4 @@ current_time.tm_mon, current_time.tm_year) print("Successfully set DG rtc") - """ +