mirror of
https://github.com/KevinMidboe/transatlanticTorrentExpress.git
synced 2025-10-29 09:50:21 +00:00
Fixed syntax error at if test. Incorrect closing paranthese position
This commit is contained in:
@@ -90,7 +90,7 @@ def main():
|
||||
|
||||
localFiles = getFiles(localPath)
|
||||
# print('Local files: {}'.format(localFiles))
|
||||
if len(localFiles > 0):
|
||||
if len(localFiles) > 0:
|
||||
logger.info('Local files found: {}'.format(localFiles))
|
||||
else:
|
||||
logger.info('No local files found')
|
||||
|
||||
Reference in New Issue
Block a user