Skip to content

Commit

Permalink
Fixed typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed May 23, 2024
1 parent be71dd5 commit e0e8f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workbench_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -8938,7 +8938,7 @@ def get_preprocessed_file_path(
except Exception as e:
# This can happen if subdirectories from previous runs of Workbench exist.
message = f'Subdirectory "{subdir}" could not be deleted. See log for more info.'
logging.warning(f'Subdictory "{subdir}" could not be deleted: {e}.')
logging.warning(f'Subdirectory "{subdir}" could not be deleted: {e}.')

remote_extension_with_dot = get_remote_file_extension(
config, file_path_from_csv
Expand Down

0 comments on commit e0e8f50

Please sign in to comment.