From a053ff3353928c281359d1271d261fcf34c09331 Mon Sep 17 00:00:00 2001 From: Sam Moore Date: Wed, 25 Jul 2012 16:17:14 +0800 Subject: [PATCH] Automatic commit at Wed Jul 25 16:17:14 WST 2012 --- research/TCS/interface.py | 2 +- update.sh | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/research/TCS/interface.py b/research/TCS/interface.py index 3963e443..996beeb4 100755 --- a/research/TCS/interface.py +++ b/research/TCS/interface.py @@ -214,7 +214,7 @@ def record_data(ADC_channels, output, pollTime = None, dac_max = None, comment = out.write("\t"+str(dacValue)) for adc in raw_adc: out.write("\t" + str(adc[1]) + "\t" + str(adc[2])) - out.write("\n") + out.write("\n") for out in output: if out != sys.stdout: diff --git a/update.sh b/update.sh index ed8f85ed..035b52e7 100755 --- a/update.sh +++ b/update.sh @@ -2,6 +2,11 @@ # Script to update all the honours stuff on a regular basis +# I am testing the script by adding this comment here. Hopefully in 2 minutes time it will be committed. + +# TEST to make sure cron actually works +echo "It worked" >> test.cron + git add update.sh git add papers git add research -- 2.20.1