Hopefully fix pylint complaint, also lock pylint to pything 2.6 compatible version

This commit is contained in:
Jesse Mullan
2014-11-23 16:29:19 -08:00
parent 28079165c4
commit 0146153d0a
2 changed files with 3 additions and 2 deletions

View File

@@ -8,9 +8,10 @@ language: python
python:
- "2.6"
- "2.7"
# pylint 1.4 does not run under python 2.6
install:
- pip install pyOpenSSL
- pip install pylint
- pip install pylint==1.3.1
- pip install pyflakes
- pip install pep8
script:

View File

@@ -547,7 +547,7 @@ def split(albumpath):
for _wave in base_dir.filter('WaveFile'):
if _cue.header['file'] == _wave.name:
logger.info('CUE Sheet found: %s', _cue.name)
logger.info('Music file found: %s',_wave.name)
logger.info('Music file found: %s', _wave.name)
cue = _cue
wave = _wave
# if no perfect match found then try without extensions