Remove debug statement
This commit is contained in:
parent
f1f2e3191b
commit
ee78037f17
@ -65,7 +65,7 @@ def find_file_noext(directory, prefix="part-hires"):
|
|||||||
entries = os.listdir(directory)
|
entries = os.listdir(directory)
|
||||||
# Filter files that match 'filename.EXTENSION'
|
# Filter files that match 'filename.EXTENSION'
|
||||||
matching_files = [file for file in entries if os.path.isfile(os.path.join(directory, file)) and file.split('.')[0] == prefix and len(file.split('.')) == 2]
|
matching_files = [file for file in entries if os.path.isfile(os.path.join(directory, file)) and file.split('.')[0] == prefix and len(file.split('.')) == 2]
|
||||||
print(directory, matching_files)
|
#print(directory, matching_files)
|
||||||
return matching_files
|
return matching_files
|
||||||
|
|
||||||
def rotate_and_crop_image(path, image_name):
|
def rotate_and_crop_image(path, image_name):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user