Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update awscli version to prevent RE syntax warning messages in output
Whenever the awscli utility is used it prints a bunch of warning messages which obscures the regular output. An example of a warning is: SyntaxWarning: invalid escape sequence '\s' _distributor_id_file_re = re.compile("(?:DISTRIB_ID\s*=)\s*(.*)", re.I) See: - aws/aws-cli#8547 - aws/aws-cli#8925
- Loading branch information