Mercurial > hg > syncopation-dataset
diff Syncopation models/music_objects.py @ 35:3a878de00d19
made some small changes to files
author | csong <csong@eecs.qmul.ac.uk> |
---|---|
date | Mon, 13 Apr 2015 17:43:18 +0100 |
parents | d9ac6e0d1daf |
children | cc38b3047ed9 |
line wrap: on
line diff
--- a/Syncopation models/music_objects.py Sun Apr 12 23:52:08 2015 +0100 +++ b/Syncopation models/music_objects.py Mon Apr 13 17:43:18 2015 +0100 @@ -206,7 +206,7 @@ if inputString in parameter_setter.read_time_signature(): self.tsString = inputString else: - print "Error: undefined time-signature ", inputString + print "Error: undefined time-signature: ", inputString raise NullTimeSignatureError def get_subdivision_sequence(self):