add newline

pull/240/head
Spencer Young 5 years ago
parent 11fa9edfb8
commit d3cd29edb6

@ -40,6 +40,7 @@ def determine_encoding(file):
encoding = 'utf-8'
return encoding
def find_files_recursively(items, conf):
for item in items:
if os.path.isdir(item):

Loading…
Cancel
Save