ofirgall / tmux-window-name

A plugin to name your tmux windows smartly.
MIT License
205 stars 19 forks source link

Fix SyntaxWarning for unescaped backslashes due to Python upgrade #33

Closed lngsx closed 8 months ago

lngsx commented 8 months ago

The warning appeared after upgrading to a newer version of python.

Fix it by changing \ to \\ in the affected string.

ofirgall commented 8 months ago

Thanks for the PR, why did you removed the space after the bash group?

lngsx commented 8 months ago

Oh. Just have it fixed.

Apologize for the oversight. It is ok if you reject this one. My bad.

ofirgall commented 8 months ago

I don't like to mix changes, nothing personal.

Thanks for the PR!