mirror of
https://github.com/rembo10/headphones.git
synced 2026-07-19 23:44:01 +01:00
more log messages for testing #1575 issue
This commit is contained in:
@@ -52,9 +52,9 @@ def checkFolder():
|
|||||||
helpers.sab_replace_spaces(album['FolderName']),
|
helpers.sab_replace_spaces(album['FolderName']),
|
||||||
helpers.sab_replace_spaces(sab_replace_dots(album['FolderName']))
|
helpers.sab_replace_spaces(sab_replace_dots(album['FolderName']))
|
||||||
]
|
]
|
||||||
|
logger.info("Made all the nzb possibilities - FORTESTING")
|
||||||
for nzb_folder_name in nzb_album_possibilities:
|
for nzb_folder_name in nzb_album_possibilities:
|
||||||
|
logger.info("Trying to create bytestring path - FORTESTING")
|
||||||
nzb_album_path = os.path.join(headphones.DOWNLOAD_DIR, nzb_folder_name).encode(headphones.SYS_ENCODING, 'replace')
|
nzb_album_path = os.path.join(headphones.DOWNLOAD_DIR, nzb_folder_name).encode(headphones.SYS_ENCODING, 'replace')
|
||||||
logger.info("Checking if %s exists" % nzb_album_path)
|
logger.info("Checking if %s exists" % nzb_album_path)
|
||||||
if os.path.exists(nzb_album_path):
|
if os.path.exists(nzb_album_path):
|
||||||
|
|||||||
Reference in New Issue
Block a user