cbr/cbz cleanups
This commit is contained in:
parent
3b438010d6
commit
106ae904c3
3 changed files with 14 additions and 5 deletions
|
|
@ -424,7 +424,7 @@ def ctl_output(*args):
|
|||
p = subprocess.Popen([os.path.join(settings.base_dir, 'ctl')] + list(args),
|
||||
stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
||||
stdout, stderr = p.communicate()
|
||||
logger.debug('ctl_output%s -> %s [%s]', args, stdout, stderr)
|
||||
#logger.debug('ctl_output%s -> %s [%s]', args, stdout, stderr)
|
||||
return stdout.decode('utf-8').strip()
|
||||
|
||||
def user_sort_key(u):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue