mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-10 05:39:35 +01:00
Hopefully fix pylint complaint, also lock pylint to pything 2.6 compatible version
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user