aws-cli icon indicating copy to clipboard operation
aws-cli copied to clipboard

Typo in awscli/customizations/emr/emrfsutils.py

Open kokkonisd opened this issue 4 years ago • 1 comments

Confirm by changing [ ] to [x] below to ensure that it's a bug:

Describe the bug There is a typo in awscli/customizations/emr/emrfsutils.py:

def build_emrfs_confiuration(emrfs_args):

IIUC that should be configuration, not confiuration. The same typo is propagated in awscli/customizations/emr/createcluster.py:

emrfs_configuration = emrfsutils.build_emrfs_confiuration(

SDK version number

Platform/OS/Hardware/Device What are you running the cli on?

To Reproduce (observed behavior) Steps to reproduce the behavior

Expected behavior A clear and concise description of what you expected to happen.

Logs/output Get full traceback and error logs by adding --debug to the command.

Additional context Add any other context about the problem here.

kokkonisd avatar May 10 '21 10:05 kokkonisd

Noted, @kokkonisd, thanks for catching that! We'll see if we can correct and alias the existing function name to keep backwards compatibility.

kdaily avatar May 12 '21 20:05 kdaily