Skip to content

Commit

Permalink
Added check for media_type as per #743.
Browse files Browse the repository at this point in the history
  • Loading branch information
mjordan committed Feb 20, 2024
1 parent bf7e327 commit 2b686d5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion workbench_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1538,7 +1538,8 @@ def check_input(config, args):
'host',
'username',
'password',
'input_csv']
'input_csv',
'media_type']
for update_media_required_option in update_media_required_options:
if update_media_required_option not in config_keys:
message = 'Please check your config file for required values: ' + joiner.join(update_media_required_options) + '.'
Expand Down

0 comments on commit 2b686d5

Please sign in to comment.