diff bin/effecteval @ 1570:0480fc790527

paint now looks for best match Ignore-this: 5604a2a2181624a0612dddf1afa32985
author Drew Perttula <drewp@bigasterisk.com>
date Sat, 27 May 2017 12:22:28 +0000
parents 13e3cbe9071a
children 30c79f1dc4f8
line wrap: on
line diff
--- a/bin/effecteval	Thu May 25 07:01:42 2017 +0000
+++ b/bin/effecteval	Sat May 27 12:22:28 2017 +0000
@@ -69,7 +69,6 @@
             note = URIRef(note)
 
         log.info("adding to %s", song)
-
         note, p = yield songNotePatch(self.settings.graph, dropped, song, event, ctx=song, note=note)
         
         self.settings.graph.patch(p)