Changeset - 5d8009daea51
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-05-19 07:49:22
drewp@bigasterisk.com
effecteval ok to run with no output (?)
Ignore-this: 1d5068ddbf40adcd4f1329363f1bc616
1 file changed with 3 insertions and 2 deletions:
0 comments (0 inline, 0 general)
bin/effecteval
Show inline comments
 
@@ -301,8 +301,9 @@ class App(object):
 

	
 
    def launch(self, *args):
 
        log.info('launch')
 
        self.loop = makeEffectLoop(self.graph, self.stats, self.outputWhere)
 
        self.loop.startLoop()
 
        if self.outputWhere:
 
            self.loop = makeEffectLoop(self.graph, self.stats, self.outputWhere)
 
            self.loop.startLoop()
 
        
 
        SFH = cyclone.web.StaticFileHandler
 
        self.cycloneApp = cyclone.web.Application(handlers=[
0 comments (0 inline, 0 general)