check path validation
if not os.path.exists(OUTPUT_FILE_PATH):
os.makedirs(OUTPUT_FILE_PATH)
if verbose:
print('Path: {0} created'.format(OUTPUT_FILE_PATH))- path containing number need double slash
\\before number
>>>'I:\Textual Analysis Data\10-X from LM\*.zip' # doesn't work
>>>'I:\Textual Analysis Data\\10-X from LM\*.zip' # work