Bug fix for old directory_path that is no longer used.
This commit is contained in:
@@ -269,7 +269,7 @@ async def download_event_file(
|
||||
if not filename:
|
||||
filename = event_file_obj.filename
|
||||
log.info(f'Filename: {filename}')
|
||||
dir_path = event_file_obj.hosted_file.directory_path
|
||||
# dir_path = event_file_obj.hosted_file.directory_path
|
||||
subdir_path = event_file_obj.hosted_file.subdirectory_path
|
||||
hash_sha256 = event_file_obj.hosted_file.hash_sha256
|
||||
if not hash_sha256:
|
||||
|
||||
Reference in New Issue
Block a user