QuantConnect / lean-cli

CLI for running the LEAN engine locally and in the cloud
https://www.lean.io/cli
Apache License 2.0
194 stars 99 forks source link

`Lean Cloud Pull` renames directory incorrectly #352

Closed rjra2611 closed 1 year ago

rjra2611 commented 1 year ago

When pulling a cloud project with cloud-id not present on disk but has a name that is already occupied by another project on disk. We rename the project that we are pulling.

Expected Behavior: Should increase the name prefix correctly

Current Behavior: It seems to keep adding 2 at the end

image