From: Sam Moore Date: Sun, 14 Oct 2012 13:23:47 +0000 (+0800) Subject: Merge branch 'master' of git.ucc.asn.au:/matches/honours X-Git-Url: https://git.ucc.asn.au/?p=matches%2Fhonours.git;a=commitdiff_plain;h=21c5bfc6cf20ee0cf225bb706efda62b41bd71f1;hp=d4edff85f88505aff1a4150dc3cc114cf5d3e039 Merge branch 'master' of git.ucc.asn.au:/matches/honours --- diff --git a/research/ellipsometry/process.py b/research/ellipsometry/process.py index c4ccd938..ef788043 100755 --- a/research/ellipsometry/process.py +++ b/research/ellipsometry/process.py @@ -91,9 +91,9 @@ if __name__ == "__main__": conditions = sys.argv[indexStart+3:len(sys.argv)-1] - #sys.stdout.write("Debug: Conditions are " + str(conditions) + "\n") - #for condition in conditions: - # sys.stdout.write(" Debug: Condition " + str(condition.split("=")) + "\n") + sys.stdout.write("Debug: Conditions are " + str(conditions) + "\n") + for condition in conditions: + sys.stdout.write(" Debug: Condition " + str(condition.split("=")) + "\n") outfile = sys.argv[len(sys.argv)-1] results = getData(datafile)