mirror of
https://github.com/Deepshift/DeepCreamPy.git
synced 2025-02-21 12:40:53 +00:00
Update file.py
method spelling : lowwer() -> lower()
This commit is contained in:
parent
569305e77b
commit
3a6936db56
2
file.py
2
file.py
@ -21,7 +21,7 @@ def check_file(input_dir, output_dir, Release_version = True):
|
||||
# solving https://github.com/deeppomf/DeepCreamPy/issues/25
|
||||
# appending in list with reason as tuple (file name, reason)
|
||||
for lhs in file_list:
|
||||
lhs.lowwer()
|
||||
lhs.lower()
|
||||
if not lhs.lower().endswith('.png') :
|
||||
files_removed.append((lhs, 0))
|
||||
for rhs in output_file_list:
|
||||
|
Loading…
x
Reference in New Issue
Block a user