aws / aws/aws-elastic-beanstalk-cli

[3.24] SyntaxWarning

Open
#554 0 comments 4 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
181
Forks
88
PR merge metrics
No merged PRs in 30d

Description

It emits a warning on first run:
``` $ eb --version
/home/shai/.local/share/uv/tools/awsebcli/lib/python3.13/site-packages/ebcli/objects/exceptions.py:70: SyntaxWarning: invalid escape sequence '\d'
The provided version does not match '\d+\.\d+\.\d+'
/home/shai/.local/share/uv/tools/awsebcli/lib/python3.13/site-packages/ebcli/controllers/migrate.py:1574: SyntaxWarning: invalid escape sequence '\S'
$registryPath = "HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion"
/home/shai/.local/share/uv/tools/awsebcli/lib/python3.13/site-packages/ebcli/controllers/migrate.py:2315: SyntaxWarning: invalid escape sequence '\M'
try {{```

Contributor guide

Open the contributing guide

Research direction

Inspect ebcli/objects/exceptions.py at line 70 and ebcli/controllers/migrate.py at lines 1574 and 2315, where the warnings are reported. Run eb --version with Python 3.13 before and after the change, and confirm these SyntaxWarnings no longer appear.

Written by the indexing model from the issue text.

Assessment

Tech stack
aws, python
Domain
cli
Issue type
Bug
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.