mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-12 08:16:03 -07:00
Fix flake8 W291 trailing whitespace
This commit is contained in:
parent
644a11118c
commit
0350521b87
3 changed files with 3 additions and 3 deletions
|
@ -171,7 +171,7 @@ def par2(dirname):
|
|||
cmd = ''
|
||||
for item in command:
|
||||
cmd = '{cmd} {item}'.format(cmd=cmd, item=item)
|
||||
logger.debug('calling command:{0}'.format(cmd), 'PAR2')
|
||||
logger.debug('calling command:{0}'.format(cmd), 'PAR2')
|
||||
try:
|
||||
proc = subprocess.Popen(command, stdout=bitbucket, stderr=bitbucket)
|
||||
proc.communicate()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue