Automatic commit at Wed Jul 25 16:17:14 WST 2012
authorSam Moore <[email protected]>
Wed, 25 Jul 2012 08:17:14 +0000 (16:17 +0800)
committerSam Moore <[email protected]>
Wed, 25 Jul 2012 08:17:14 +0000 (16:17 +0800)
research/TCS/interface.py
update.sh

index 3963e44..996beeb 100755 (executable)
@@ -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:
index ed8f85e..035b52e 100755 (executable)
--- 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

UCC git Repository :: git.ucc.asn.au