From: Sam Moore Date: Wed, 25 Jul 2012 08:17:14 +0000 (+0800) Subject: Automatic commit at Wed Jul 25 16:17:14 WST 2012 X-Git-Url: https://git.ucc.asn.au/?a=commitdiff_plain;h=a053ff3353928c281359d1271d261fcf34c09331;p=matches%2Fhonours.git Automatic commit at Wed Jul 25 16:17:14 WST 2012 --- 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