Bug fix for old directory_path that is no longer used.

This commit is contained in:
Scott Idem
2024-02-28 18:25:56 -05:00
parent 3efc55676e
commit 5cafd35bda
3 changed files with 11 additions and 11 deletions

View File

@@ -670,7 +670,7 @@ def handle_delete_hosted_file(
# hosted_files_path = '/home/scott/tmp/hosted_files_dev/'
log.info(f'Hosted Files Path: {hosted_files_path}')
dir_path = hosted_file_obj.directory_path
# dir_path = hosted_file_obj.directory_path
subdir_path = hosted_file_obj.subdirectory_path
hash_sha256 = hosted_file_obj.hash_sha256
hash_filename = hash_sha256+'.file'