Update helper.py

Remove deprecated comment.
pull/2035/head
Kim Kulling 2018-06-22 16:14:20 +02:00 committed by GitHub
parent 4a720511e4
commit d4c7eb3b67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -232,7 +232,6 @@ def search_library():
break
if is_out:
continue
##### Modified Code --- to correctly select extension files #####
library_path = os.path.join(curfolder, filename)
logger.debug('Try ' + library_path)