initialcommit-com / git-sim

Visually simulate Git operations in your own repos with a single terminal command.
GNU General Public License v2.0
4.17k stars 107 forks source link

TypeError: can only concatenate str (not "ManimColor") to str #104

Closed DaniCPZ closed 5 months ago

DaniCPZ commented 5 months ago

When trying to execute the git-sim stash pop command I get the following error in the console.

TypeError: can only concatenate str (not "ManimColor") to str

initialcommit-io commented 5 months ago

Hey there!

Sorry for the delay - when you submitted your issue I was pretty close to finishing up a new release (0.3.5) for git-sim, which I just released a few minutes ago!

There were several issues with the stash subcommands including "pop" and "apply". I didn't encounter the specific error you mentioned, but can you try upgrading to the latest release and seeing if it fixes your issue?

To upgrade you can just run: pip3 install --upgrade git-sim (or pip install --upgrade git-sim depending on your local python configuration)

initialcommit-io commented 5 months ago

Hey @DaniCPZ ,

Just wanted to follow up on this!

initialcommit-io commented 5 months ago

Closing for now as I have not heard back. Feel free to reopen any time!

DaniCPZ commented 4 months ago

After updating the error was solved, sorry for the delay in responding