mamba-org / mamba

The Fast Cross-Platform Package Manager
https://mamba.readthedocs.io
BSD 3-Clause "New" or "Revised" License
6.97k stars 359 forks source link

fix `--dry-run` not working for `shell init` on windows #3526

Open NewUserHa opened 1 month ago

NewUserHa commented 1 month ago

on windows cmd, when run:

with --dry-run, the files will still be created.

this PR fixed it.

JohanMabille commented 1 month ago

Thanks!