remove code.interact
This commit is contained in:
@@ -418,7 +418,6 @@ class Program(log.Loggable):
|
||||
|
||||
def writeCue(self, discName):
|
||||
self.debug('write .cue file')
|
||||
import code; code.interact(local=locals())
|
||||
assert self.result.table.canCue()
|
||||
|
||||
cuePath = '%s.cue' % discName
|
||||
|
||||
Reference in New Issue
Block a user