Open kokkonisd opened 3 years ago
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:
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:
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.
--debug
Additional context Add any other context about the problem here.
Noted, @kokkonisd, thanks for catching that! We'll see if we can correct and alias the existing function name to keep backwards compatibility.
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
:IIUC that should be configuration, not confiuration. The same typo is propagated in
awscli/customizations/emr/createcluster.py
: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.