From 341caa349a19a2c602bf4835d158eee1345d08f4 Mon Sep 17 00:00:00 2001 From: Menno Norden <norden@astron.nl> Date: Fri, 15 Jul 2011 07:39:36 +0000 Subject: [PATCH] bug 1315: Removed C from StID and placed date and time in config file --- .gitattributes | 4 ++-- LCU/StationTest/pps2_int.py | 0 LCU/StationTest/pps_int.py | 0 3 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 LCU/StationTest/pps2_int.py mode change 100644 => 100755 LCU/StationTest/pps_int.py diff --git a/.gitattributes b/.gitattributes index f61e1891e01..98fb7420e13 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1029,8 +1029,8 @@ LCU/StationTest/modules/testlog.py eol=lf LCU/StationTest/power_ctrl.py eol=lf LCU/StationTest/pps.py eol=lf LCU/StationTest/pps2.py eol=lf -LCU/StationTest/pps2_int.py -text -LCU/StationTest/pps_int.py -text +LCU/StationTest/pps2_int.py eol=lf +LCU/StationTest/pps_int.py eol=lf LCU/StationTest/prbs_dir_test.py eol=lf LCU/StationTest/prbs_test.py eol=lf LCU/StationTest/rad_status.py eol=lf diff --git a/LCU/StationTest/pps2_int.py b/LCU/StationTest/pps2_int.py old mode 100644 new mode 100755 diff --git a/LCU/StationTest/pps_int.py b/LCU/StationTest/pps_int.py old mode 100644 new mode 100755 -- GitLab