comparison scripts/score_parser.py @ 1601:1c7cd4613a96

Editing permissions of scripts for Windows machines.
author Nicholas Jillings <nickjillings@users.noreply.github.com>
date Mon, 01 Jun 2015 08:55:53 +0100
parents 7da3e8c7039c
children 59eea6eed91b 4a0bfa7bef24
comparison
equal deleted inserted replaced
1600:f6b460388e3c 1601:1c7cd4613a96
92 else: # if this subject has not rated this fragment 92 else: # if this subject has not rated this fragment
93 ratingrow.append('') # append empty cell 93 ratingrow.append('') # append empty cell
94 94
95 # write row: [subject ID, rating fragment ID 1, ..., rating fragment ID M] 95 # write row: [subject ID, rating fragment ID 1, ..., rating fragment ID M]
96 filewriter.writerow(ratingrow) 96 filewriter.writerow(ratingrow)
97