add newline
This commit is contained in:
@@ -40,6 +40,7 @@ def determine_encoding(file):
|
|||||||
encoding = 'utf-8'
|
encoding = 'utf-8'
|
||||||
return encoding
|
return encoding
|
||||||
|
|
||||||
|
|
||||||
def find_files_recursively(items, conf):
|
def find_files_recursively(items, conf):
|
||||||
for item in items:
|
for item in items:
|
||||||
if os.path.isdir(item):
|
if os.path.isdir(item):
|
||||||
|
|||||||
Reference in New Issue
Block a user