mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-21 16:34:01 +01:00
manual pep8 W291,W293,W391 blank lines, trailing whitespace
This commit is contained in:
@@ -673,5 +673,3 @@ def split(albumpath):
|
|||||||
# Rename original file
|
# Rename original file
|
||||||
os.rename(wave.name, wave.name + '.original')
|
os.rename(wave.name, wave.name + '.original')
|
||||||
return True
|
return True
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@@ -347,4 +347,3 @@ class Rutracker():
|
|||||||
except Exception:
|
except Exception:
|
||||||
logger.exception('Error adding file to utorrent')
|
logger.exception('Error adding file to utorrent')
|
||||||
return
|
return
|
||||||
|
|
||||||
|
|||||||
@@ -260,4 +260,3 @@ def getSettingsDirectories():
|
|||||||
if 'dir_completed_download' in settings:
|
if 'dir_completed_download' in settings:
|
||||||
completed = settings['dir_completed_download'][2]
|
completed = settings['dir_completed_download'][2]
|
||||||
return active, completed
|
return active, completed
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user