cc-4105: fixed bug where program would crash on non integer track numbers

This commit is contained in:
Rudi Grinberg 2012-08-07 16:57:35 -04:00
parent a576af2482
commit bcb65c4269
6 changed files with 24 additions and 13 deletions

View file

@ -3,7 +3,6 @@ import abc
import traceback
from media.monitor.pure import LazyProperty
logfile = '/home/rudi/throwaway/mm2.log'
#logger = None
def setup_logging(log_path):