timbrel / GitSavvy

Full git and GitHub integration with Sublime Text
MIT License
1.9k stars 135 forks source link

Fix: Render graph if `follow` is `None` #1882

Closed kaste closed 3 months ago

kaste commented 3 months ago

That's a brutal dev error: I used return <expr> wrong as the expr is not evaluated (like a last value). Instead yield from and then a bare return must be used here.