You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
While using the STEAMCTL_USER and STEAMCTL_PASSWORD environment variables they fail to function within the depot download subfunctionality.
Steps to Reproduce the behavior
Set STEAMCTL_USER and STEAMCTL_PASSWORD in environment IE:
Expected behavior
The correct password should be used from the environment variable
What actually happend
The password argument is overwritten by the sub-parser argument in steamctl/commands/depot/__init__.py for "Branch Password" that uses the same --password argument.
By replacing all the --password arguments in this file with --bpassword (or anything other than --password) the functionality works as expected.
Logs
(see above)
Versions Report
steamctl --versions-report
(Run steamctl --versions-report and paste the output below)
Description
While using the STEAMCTL_USER and STEAMCTL_PASSWORD environment variables they fail to function within the depot download subfunctionality.
Steps to Reproduce the behavior
Set STEAMCTL_USER and STEAMCTL_PASSWORD in environment IE:
Execute:
steamctl -l debug depot download --app 281990 --depot 281992 --manifest 4118290319047653281 -o ./test
(or any valid appid/depot/manifest)Witness parsed output in debug output:
Note password: None and prompt for password.
Expected behavior
The correct password should be used from the environment variable
What actually happend
The password argument is overwritten by the sub-parser argument in
steamctl/commands/depot/__init__.py
for "Branch Password" that uses the same --password argument.By replacing all the --password arguments in this file with --bpassword (or anything other than --password) the functionality works as expected.
Logs
(see above)
Versions Report
steamctl --versions-report
(Run steamctl --versions-report and paste the output below)The text was updated successfully, but these errors were encountered: